mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-10 22:44:43 +08:00
Defined plugins option more precisely.
This commit is contained in:
2
types/chart.js/index.d.ts
vendored
2
types/chart.js/index.d.ts
vendored
@@ -199,7 +199,7 @@ declare namespace Chart {
|
||||
circumference?: number;
|
||||
rotation?: number;
|
||||
// Plugins can require any options
|
||||
plugins?: any;
|
||||
plugins?: { [plugin: string]: any };
|
||||
}
|
||||
|
||||
interface ChartFontOptions {
|
||||
|
||||
Reference in New Issue
Block a user