UNPKG

@kepler.gl/utils

Version:

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

4 lines (3 loc) 203 B
import { TimeLabelFormat } from '@kepler.gl/types'; export declare function getDefaultTimeFormat(interval?: string): string; export declare const getFormatValue: (fmt: TimeLabelFormat) => string | null;