mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-22 20:37:58 +08:00
Update bootstrap-notify.d.ts
This commit is contained in:
3
bootstrap-notify/bootstrap-notify.d.ts
vendored
3
bootstrap-notify/bootstrap-notify.d.ts
vendored
@@ -58,4 +58,5 @@ interface NotifySettings {
|
||||
interface NotifyReturn {
|
||||
$ele: JQueryStatic;
|
||||
close: () => void;
|
||||
update: (command: string, update: any) => void;}
|
||||
update: (command: string, update: any) => void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user