Skip to content

Commit

Permalink
Lobibox: Fixed 'icon' property type (DefinitelyTyped#71897)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkosi23 authored Feb 13, 2025
1 parent 4e0b931 commit 50d34f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/lobibox/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ declare namespace LobiboxModule {
soundExt?: string | undefined; // Default extension for all sounds
showClass?: string | undefined; // Show animation class.
hideClass?: string | undefined; // Hide animation class.
icon?: boolean | undefined; // Icon of notification. Leave as is for default icon or set custom string
icon?: string | boolean | undefined; // Icon of notification. Leave as is for default icon or set custom string
msg?: string | undefined; // Message of notification
img?: string | undefined; // Image source string
closable?: boolean | undefined; // Make notifications closable
Expand Down

0 comments on commit 50d34f9

Please sign in to comment.