UNPKG

kepler.gl

Version:

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

16 lines (15 loc) 441 B
import PropTypes from 'prop-types'; import React, { Component } from 'react'; declare class VectorTileIcon extends Component { static propTypes: { height: PropTypes.Requireable<string>; colors: PropTypes.Requireable<string[]>; }; static defaultProps: { height: string; predefinedClassName: string; totalColor: number; }; render(): React.ReactNode; } export default VectorTileIcon;