UNPKG

kepler.gl

Version:

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

12 lines (11 loc) 286 B
import React from 'react'; import { BaseProps } from './base'; declare const FreeWindow: { (props: Partial<BaseProps>): React.JSX.Element; defaultProps: { height: string; viewBox: string; predefinedClassName: string; }; }; export default FreeWindow;