UNPKG

kepler.gl

Version:

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

13 lines (12 loc) 453 B
import React from 'react'; import { MetaResponse, DatasetCreationAttributes } from './common'; type Tile3DFormProps = { setResponse: (response: MetaResponse) => void; }; export declare function getDatasetAttributesFromTile3D({ name, tileUrl, accessToken }: { name: string; tileUrl: string; accessToken?: string; }): DatasetCreationAttributes; declare const TilesetTile3DForm: React.FC<Tile3DFormProps>; export default TilesetTile3DForm;