UNPKG

kepler.gl

Version:

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

12 lines (11 loc) 267 B
import { HexColor } from '@kepler.gl/types'; declare const COLORS: { [key: string]: HexColor; }; export default COLORS; export declare const ColorsByTheme: { [theme: string]: { [idx: string]: HexColor; }; }; export declare const Themes: string[];