mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
Add index signature to options parameter of 'uniform'.
This commit is contained in:
2
jquery.uniform/jquery.uniform.d.ts
vendored
2
jquery.uniform/jquery.uniform.d.ts
vendored
@@ -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