mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Added navbar options and method.
This commit is contained in:
5
jquerymobile/jquerymobile.d.ts
vendored
5
jquerymobile/jquerymobile.d.ts
vendored
@@ -282,6 +282,10 @@ interface LoaderOptions {
|
||||
textonly?: boolean;
|
||||
}
|
||||
|
||||
interface NavbarOptions {
|
||||
iconpos: string;
|
||||
}
|
||||
|
||||
interface JQueryMobile extends JQueryMobileOptions {
|
||||
|
||||
changePage(to: any, options?: ChangePageOptions): void;
|
||||
@@ -316,6 +320,7 @@ interface JQueryMobile extends JQueryMobileOptions {
|
||||
checkboxradio;
|
||||
selectmenu;
|
||||
listview;
|
||||
navbar(options?: NavbarOptions);
|
||||
}
|
||||
|
||||
interface JQuerySupport {
|
||||
|
||||
Reference in New Issue
Block a user