UNPKG

kepler.gl

Version:

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

11 lines (10 loc) 246 B
import { FC } from 'react'; declare type Props = { width: number; scaleType: string; domain: [number, number]; fieldType: string; range: [number, number]; }; declare const RadiusLegend: FC<Props>; export default RadiusLegend;