UNPKG

kepler.gl

Version:

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

14 lines (13 loc) 265 B
export declare type FileCacheItem = { data: any; info: { id?: string; label: string; format: string; }; }; export declare type ValidKeplerGlMap = { datasets: unknown; config: unknown; info: Record<string, string>; };