mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-14 12:09:04 +08:00
Merge pull request #26450 from redappleorigin/patch-1
Fix allowed @types/highcharts ExportingContextButton.menuItems types
This commit is contained in:
2
types/highcharts/index.d.ts
vendored
2
types/highcharts/index.d.ts
vendored
@@ -2354,7 +2354,7 @@ declare namespace Highcharts {
|
||||
* can be customized by defining a new array of items and assigning null to unwanted positions.
|
||||
* @since 2.0
|
||||
*/
|
||||
menuItems?: MenuItem[];
|
||||
menuItems?: string[] | MenuItem[];
|
||||
/**
|
||||
* A click handler callback to use on the button directly instead of the popup menu.
|
||||
* @since 2.0
|
||||
|
||||
Reference in New Issue
Block a user