UNPKG

kepler.gl

Version:

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

8 lines (7 loc) 268 B
import { IStyledComponent } from 'styled-components'; import { BaseComponentProps } from '../types'; export declare type ToolbarProps = { show?: boolean; } & BaseComponentProps; declare const Toolbar: IStyledComponent<'web', ToolbarProps>; export default Toolbar;