mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Make options for resizable extend events in 'jqueryui'.
This commit is contained in:
Vendored
+2
-2
@@ -529,7 +529,7 @@ declare module JQueryUI {
|
||||
|
||||
// Resizable //////////////////////////////////////////////////
|
||||
|
||||
interface ResizableOptions {
|
||||
interface ResizableOptions extends ResizableEvents {
|
||||
alsoResize?: any; // Selector, JQuery or Element
|
||||
animate?: boolean;
|
||||
animateDuration?: any; // number or string
|
||||
@@ -571,7 +571,7 @@ declare module JQueryUI {
|
||||
stop?: ResizableEvent;
|
||||
}
|
||||
|
||||
interface Resizable extends Widget, ResizableOptions, ResizableEvents {
|
||||
interface Resizable extends Widget, ResizableOptions {
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user