UNPKG

kepler.gl

Version:

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

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;