UNPKG

react-jsx-highmaps

Version:
8 lines (7 loc) 338 B
import MapNavigation from './MapNavigation'; import MapNavigationZoomIn from './MapNavigationZoomIn'; import MapNavigationZoomOut from './MapNavigationZoomOut'; const ChartMapNavigation = MapNavigation; ChartMapNavigation.ZoomIn = MapNavigationZoomIn; ChartMapNavigation.ZoomOut = MapNavigationZoomOut; export default ChartMapNavigation;