UNPKG

kepler.gl

Version:

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

11 lines (10 loc) 403 B
import React from 'react'; declare type DimensionScaleSelectorProps = { label: string; onSelect: (val: readonly (string | number | boolean | object)[] | string | number | boolean | object | null) => void; options: string[]; scaleType?: string; disabled?: boolean; }; declare const DimensionScaleSelector: React.FC<DimensionScaleSelectorProps>; export default DimensionScaleSelector;