UNPKG

kepler.gl

Version:

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

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