mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Added an optional member for plugins
Just set to Array<any> for now until I have a better understanding of all the possibilities for plugins.
This commit is contained in:
Vendored
+2
@@ -100,6 +100,8 @@ declare module Chartist {
|
||||
supportsAnimations: boolean;
|
||||
resizeListener: any;
|
||||
|
||||
plugins?: Array<any>; // all of these plugins seem to be functions with options, but keeping type any for now
|
||||
|
||||
update(data: Object, options?: T, override?: boolean): void;
|
||||
detatch(): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user