UNPKG

kepler.gl

Version:

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

10 lines (9 loc) 278 B
import React from 'react'; declare type ExportJsonPropTypes = { config: any; }; declare const ExportJsonMapFactory: () => React.MemoExoticComponent<{ ({ config }: ExportJsonPropTypes): React.JSX.Element; displayName: string; }>; export default ExportJsonMapFactory;