UNPKG

kepler.gl

Version:

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

9 lines (8 loc) 291 B
import React from 'react'; import { Datasets } from '@kepler.gl/table'; export declare type AddLayerButtonProps = { datasets: Datasets; onAdd: (dataId: string) => void; }; declare function AddLayerButtonFactory(): React.FC<AddLayerButtonProps>; export default AddLayerButtonFactory;