UNPKG

kepler.gl

Version:

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

17 lines (16 loc) 540 B
import { AnimationConfig, Timeline, TimeRangeFilter } from '@kepler.gl/types'; export declare const TIMELINE_MODES: { inner: string; outer: string; }; export declare const SAMPLE_TIMELINE: { value: number[]; domain: number[]; speed: number; enableInteraction: boolean; isAnimating: boolean; step: null; mode: string; }; export declare const getTimelineFromAnimationConfig: (animationConfig: AnimationConfig) => Timeline; export declare const getTimelineFromFilter: (filter: TimeRangeFilter) => Timeline;