UNPKG

kepler.gl

Version:

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

10 lines (9 loc) 353 B
import React from 'react'; declare function ResetControlFactory(): ({ showAnimationWindowControl, resetAnimation, btnStyle, playbackIcons, buttonHeight }: { showAnimationWindowControl: any; resetAnimation: any; btnStyle: any; playbackIcons: any; buttonHeight: any; }) => React.JSX.Element | null; export default ResetControlFactory;