UNPKG

kepler.gl

Version:

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

11 lines (10 loc) 316 B
import React from 'react'; import { DataContainerInterface } from '@kepler.gl/utils'; declare type MiniDataset = { dataContainer: DataContainerInterface; }; export declare type DatasetInfoProps = { dataset: MiniDataset; }; export default function DatasetInfoFactory(): React.FC<DatasetInfoProps>; export {};