mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
vex-js: added defaultOptions
To support ```js vex.defaultOptions.className = 'vex-theme-os'; ```
This commit is contained in:
committed by
GitHub
parent
ac9bfc4eec
commit
3fae2213bb
Vendored
+1
@@ -37,6 +37,7 @@ declare namespace vex {
|
||||
close(id?: number): boolean;
|
||||
closeAll(): boolean;
|
||||
closeByID(id: number): boolean;
|
||||
defaultOptions?: IVexOptions;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user