UNPKG

kepler.gl

Version:

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

17 lines (16 loc) 425 B
import React from 'react'; export declare type EffectTimeSelectorProps = { value: string; onChange: (string: any) => void; theme?: any; }; declare function EffectTimeSelectorFactory(): React.ForwardRefExoticComponent<{ value: string; onChange: (string: any) => void; } & { theme?: any; }>; declare namespace EffectTimeSelectorFactory { var deps: any[]; } export default EffectTimeSelectorFactory;