mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add index signature to options parameter of 'uniform'.
This commit is contained in:
Vendored
+1
-1
@@ -35,7 +35,7 @@ interface UniformOptions {
|
||||
wrapperClass?: string;
|
||||
}
|
||||
interface Uniform {
|
||||
(options?: UniformOptions): JQuery;
|
||||
(options?: UniformOptions & {[option: string]: any;}): JQuery;
|
||||
update(elemOrSelector?: any): void;
|
||||
restore(elemOrSelector?: any): void;
|
||||
elements: JQuery[];
|
||||
|
||||
Reference in New Issue
Block a user