mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Added flipswitch widget.
This commit is contained in:
Vendored
+4
@@ -355,6 +355,7 @@ interface JQueryMobile extends JQueryMobileOptions {
|
||||
collapsibleset: any;
|
||||
textinput: any;
|
||||
slider: any;
|
||||
flipswitch: any;
|
||||
checkboxradio: any;
|
||||
selectmenu: any;
|
||||
listview: any;
|
||||
@@ -411,6 +412,9 @@ interface JQuery {
|
||||
slider(options: SliderOptions): JQuery;
|
||||
slider(events: SliderEvents): JQuery;
|
||||
|
||||
flipswitch(): JQuery;
|
||||
flipswitch(command: string): JQuery;
|
||||
|
||||
checkboxradio(): JQuery;
|
||||
checkboxradio(command: string): JQuery;
|
||||
checkboxradio(options: CheckboxRadioOptions): JQuery;
|
||||
|
||||
Reference in New Issue
Block a user