UNPKG

kepler.gl

Version:

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

9 lines (8 loc) 388 B
import React from 'react'; import DatasetTagFactory from './dataset-tag'; import { SourceDataSelectorProps } from './types'; declare function SourceDataSelectorFactory(DatasetTag: ReturnType<typeof DatasetTagFactory>): React.FC<SourceDataSelectorProps>; declare namespace SourceDataSelectorFactory { var deps: (typeof DatasetTagFactory)[]; } export default SourceDataSelectorFactory;