Merge pull request #26450 from redappleorigin/patch-1

Fix allowed @types/highcharts ExportingContextButton.menuItems types
This commit is contained in:
Nathan Shively-Sanders
2018-06-20 12:48:14 -07:00
committed by GitHub

View File

@@ -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