mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #26450 from redappleorigin/patch-1
Fix allowed @types/highcharts ExportingContextButton.menuItems types
This commit is contained in:
Vendored
+1
-1
@@ -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