mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-03 16:50:15 +00:00
definitions for lobibox errors fixed
This commit is contained in:
2
lobibox/lobibox.d.ts
vendored
2
lobibox/lobibox.d.ts
vendored
@@ -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