mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
Add 'classes' property to options bag in 'drop'.
This commit is contained in:
1
drop/drop.d.ts
vendored
1
drop/drop.d.ts
vendored
@@ -22,6 +22,7 @@ declare module drop {
|
||||
content?: Element | string | ((drop?: Drop) => string) | ((drop?: Drop) => Element);
|
||||
position?: string;
|
||||
openOn?: string;
|
||||
classes?: string;
|
||||
constrainToWindow?: boolean;
|
||||
constrainToScrollParent?: boolean;
|
||||
remove?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user