mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Added missing type argument.
This commit is contained in:
Vendored
+2
-3
@@ -753,8 +753,6 @@ declare module JQueryUI {
|
||||
heightStyle?: string;
|
||||
hide?: any; // boolean, number, string or object
|
||||
show?: any; // boolean, number, string or object
|
||||
|
||||
activate?: TabsEvent;
|
||||
}
|
||||
|
||||
interface TabsActivationUIParams {
|
||||
@@ -784,7 +782,8 @@ declare module JQueryUI {
|
||||
activate?: TabsEvent<TabsActivationUIParams>;
|
||||
beforeActivate?: TabsEvent<TabsActivationUIParams>;
|
||||
beforeLoad?: TabsEvent<TabsBeforeLoadUIParams>;
|
||||
load?: TabsEvent;
|
||||
load?: TabsEvent<TabsCreateOrLoadUIParams>;
|
||||
create?: TabsEvent<TabsCreateOrLoadUIParams>;
|
||||
}
|
||||
|
||||
interface Tabs extends Widget, TabsOptions {
|
||||
|
||||
Reference in New Issue
Block a user