UNPKG

kepler.gl

Version:

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

9 lines (8 loc) 599 B
import TimeRangeFilterFactory from '../time-range-filter'; import FieldPanelWithFieldSelectFactory from './filter-panel-with-field-select'; import { TimeRangeFilterPanelComponent } from './types'; declare function TimeRangeFilterPanelFactory(FieldPanelWithFieldSelect: ReturnType<typeof FieldPanelWithFieldSelectFactory>, TimeRangeFilter: ReturnType<typeof TimeRangeFilterFactory>): TimeRangeFilterPanelComponent; declare namespace TimeRangeFilterPanelFactory { var deps: (typeof TimeRangeFilterFactory | typeof FieldPanelWithFieldSelectFactory)[]; } export default TimeRangeFilterPanelFactory;