UNPKG

kepler.gl

Version:

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

12 lines (11 loc) 350 B
import React from 'react'; export type EffectTimeSelectorProps = { value: string; onChange: (string: any) => void; theme?: any; }; declare function EffectTimeSelectorFactory(): React.FC<Omit<EffectTimeSelectorProps, "theme">>; declare namespace EffectTimeSelectorFactory { var deps: any[]; } export default EffectTimeSelectorFactory;