UNPKG

kepler.gl

Version:

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

11 lines (10 loc) 318 B
import React, { Component } from 'react'; import { Icons } from '@kepler.gl/components'; export default class ApiKey extends Component<Partial<Icons.BaseProps>> { static defaultProps: { height: string; viewBox: string; predefinedClassName: string; }; render(): React.JSX.Element; }