mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Highcharts: add missing wrap method to Static (#18174)
* Highcharts: add missing wrap method to Static * Update index.d.ts * fix trailing spaces * Update index.d.ts * Update index.d.ts
This commit is contained in:
parent
b269ac560f
commit
f5cbf034d1
2
types/highcharts/index.d.ts
vendored
2
types/highcharts/index.d.ts
vendored
@ -6694,6 +6694,8 @@ declare namespace Highcharts {
|
||||
getOptions(): Options;
|
||||
|
||||
map(array: any[], fn: Function): any[];
|
||||
|
||||
wrap(prototype: any, type: string, cb: (proceed: Function, ...args: any[]) => void): void;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user