UNPKG

kepler.gl

Version:

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

10 lines (9 loc) 341 B
import React from 'react'; interface TimeTitleProps { value: number[]; isEnlarged?: boolean; timezone?: string | null; timeFormat: string; } declare function TimeRangeSliderTimeTitleFactory(): ({ value, isEnlarged, timezone, timeFormat }: TimeTitleProps) => React.JSX.Element; export default TimeRangeSliderTimeTitleFactory;