UNPKG

@kepler.gl/constants

Version:

kepler.gl constants used by kepler.gl components, actions and reducers

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[];