UNPKG

kepler.gl

Version:

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

5 lines (4 loc) 215 B
import React from 'react'; import { BaseProps } from './base'; declare const FreeWindow: ({ height, viewBox, predefinedClassName, ...restProps }: Partial<BaseProps>) => React.JSX.Element; export default FreeWindow;