UNPKG

kepler.gl

Version:

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

10 lines (9 loc) 275 B
import React, { Component } from 'react'; import { BaseProps } from './base'; export default class Table extends Component<Partial<BaseProps>> { static defaultProps: { height: string; predefinedClassName: string; }; render(): React.JSX.Element; }