UNPKG

kepler.gl

Version:

kepler.gl is a webgl based application to visualize large scale location data in the browser

12 lines (9 loc) 264 B
import React from 'react'; export type MapControlPanelProps = { header?: string; scale?: number; onClick: () => void; isExport?: boolean; logoComponent?: Element; }; export type MapControlPanelComponent = React.FunctionComponent<MapControlPanelProps>;