UNPKG

kepler.gl

Version:

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

12 lines (9 loc) 265 B
import {FunctionComponent} from 'react'; export type RowProps = { name: string, value: string, deltaValue?: string | null, url?: string }; export type RowComponent = React.FunctionComponent<RowProps>; export const StyledLayerName: FunctionComponent<any>;