kepler.gl
Version:
kepler.gl is a webgl based application to visualize large scale location data in the browser
9 lines (8 loc) • 465 B
TypeScript
import React from 'react';
import SourceDataSelectorContentFactory from './source-data-selector-content';
import { SourceDataSelectorProps } from './types';
declare function SourceDataSelectorFactory(DataSourceSelectorContent: ReturnType<typeof SourceDataSelectorContentFactory>): React.FC<SourceDataSelectorProps>;
declare namespace SourceDataSelectorFactory {
var deps: (typeof SourceDataSelectorContentFactory)[];
}
export default SourceDataSelectorFactory;