diff --git a/jquerymobile/jquerymobile.d.ts b/jquerymobile/jquerymobile.d.ts index dfc2a1de7b..d73675d97d 100644 --- a/jquerymobile/jquerymobile.d.ts +++ b/jquerymobile/jquerymobile.d.ts @@ -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;