UNPKG

kepler.gl

Version:

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

5 lines (4 loc) 229 B
import React from 'react'; import { BaseProps } from './base'; declare const OrderByDataset: ({ height, fill, viewBox, predefinedClassName, ...restProps }: Partial<BaseProps>) => React.JSX.Element; export default OrderByDataset;