Update bootstrap-notify.d.ts

This commit is contained in:
Tyler
2016-11-10 09:23:55 -06:00
committed by GitHub
parent 3c49b98486
commit feacf3715a

View File

@@ -58,4 +58,5 @@ interface NotifySettings {
interface NotifyReturn {
$ele: JQueryStatic;
close: () => void;
update: (command: string, update: any) => void;}
update: (command: string, update: any) => void;
}