Skip to content

Commit 50d34f9

Browse files
authored
Lobibox: Fixed 'icon' property type (DefinitelyTyped#71897)
1 parent 4e0b931 commit 50d34f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/lobibox/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ declare namespace LobiboxModule {
158158
soundExt?: string | undefined; // Default extension for all sounds
159159
showClass?: string | undefined; // Show animation class.
160160
hideClass?: string | undefined; // Hide animation class.
161-
icon?: boolean | undefined; // Icon of notification. Leave as is for default icon or set custom string
161+
icon?: string | boolean | undefined; // Icon of notification. Leave as is for default icon or set custom string
162162
msg?: string | undefined; // Message of notification
163163
img?: string | undefined; // Image source string
164164
closable?: boolean | undefined; // Make notifications closable

0 commit comments

Comments
 (0)