UNPKG

kepler.gl

Version:

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

6 lines (5 loc) 179 B
export interface ToolbarProps { show?: boolean; } declare const Toolbar: import("styled-components").StyledComponent<"div", any, ToolbarProps, never>; export default Toolbar;