UNPKG

kepler.gl

Version:

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

12 lines (11 loc) 332 B
import React from 'react'; export declare type TimezoneSelectorProps = { selected?: string; options?: { name: string; }[]; onSelect: (string: any) => void; theme?: any; }; declare function TimezoneSelectorFactory(): React.FC<Omit<TimezoneSelectorProps, "theme">>; export default TimezoneSelectorFactory;