mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Merge pull request #3974 from adidahiya/drop
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