mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-26 11:12:19 +08:00
definitions for lobibox errors fixed
This commit is contained in:
Vendored
+1
-1
@@ -83,7 +83,7 @@ declare module LobiboxModule {
|
||||
closeOnClick?: boolean
|
||||
},
|
||||
}|any;
|
||||
callback? (lobibox:any, type:string, ev: any): void;
|
||||
callback? (lobibox:any, type?:string, ev?: any): void;
|
||||
}
|
||||
interface ConfirmOptions extends MessageBoxesOptions {
|
||||
title? : string;
|
||||
|
||||
Reference in New Issue
Block a user