mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add Drop.createContext typing
This commit is contained in:
Vendored
+6
@@ -9,6 +9,12 @@ declare module drop {
|
||||
|
||||
interface DropStatic {
|
||||
new(options: IDropOptions): Drop;
|
||||
createContext(options: IDropContextOptions): DropStatic;
|
||||
}
|
||||
|
||||
interface IDropContextOptions {
|
||||
classPrefix?: string;
|
||||
defaults?: IDropOptions;
|
||||
}
|
||||
|
||||
interface IDropOptions {
|
||||
|
||||
Reference in New Issue
Block a user