mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
defaults should be a static member (#14893)
This commit is contained in:
parent
603a182210
commit
389dc0cb77
2
chart.js/index.d.ts
vendored
2
chart.js/index.d.ts
vendored
@ -20,7 +20,7 @@ declare class Chart {
|
||||
getElementsAtEvent: (e: any) => {}[];
|
||||
getDatasetAtEvent: (e: any) => {}[];
|
||||
|
||||
defaults: {
|
||||
static defaults: {
|
||||
global: Chart.ChartOptions;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user