UNPKG

kepler.gl

Version:

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

13 lines (12 loc) 316 B
import React from 'react'; import { BaseProps } from './base'; declare const OrderByDataset: { (props: Partial<BaseProps>): React.JSX.Element; defaultProps: { height: string; fill: string; viewBox: string; predefinedClassName: string; }; }; export default OrderByDataset;