UNPKG

kepler.gl

Version:

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

9 lines (8 loc) 239 B
import React from 'react'; import { FileLoadingProgress } from '@kepler.gl/types'; declare const _default: React.ForwardRefExoticComponent<{ fileLoadingProgress: FileLoadingProgress; } & { theme?: any; }>; export default _default;