UNPKG

kepler.gl

Version:

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

12 lines (11 loc) 501 B
import React from 'react'; declare function WindowActionControlFactory(): ({ toggleAnimationWindowControl, showAnimationWindowControl, btnStyle, animationItems, animationWindow, buttonHeight, setFilterAnimationWindow }: { toggleAnimationWindowControl: any; showAnimationWindowControl: any; btnStyle: any; animationItems: any; animationWindow: any; buttonHeight: any; setFilterAnimationWindow: any; }) => React.JSX.Element | null; export default WindowActionControlFactory;