mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
Missing dialog options.
This commit is contained in:
2
jquerymobile/jquerymobile.d.ts
vendored
2
jquerymobile/jquerymobile.d.ts
vendored
@@ -9,7 +9,9 @@
|
||||
interface JQueryMobileEvent { (event: Event, ui): void; }
|
||||
|
||||
interface DialogOptions {
|
||||
closeBtn?: string;
|
||||
closeBtnText?: string;
|
||||
corners?: boolean;
|
||||
initSelector?: string;
|
||||
overlayTheme?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user