UNPKG

kepler.gl

Version:

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

9 lines (8 loc) 301 B
import React from 'react'; import { SidePanelItem } from '../types'; export declare type CustomPanelsProps<P> = { panels: SidePanelItem[]; getProps?: (props: SidePanelItem) => P; }; declare function CustomPanelsFactory<P>(): React.FC<CustomPanelsProps<P>>; export default CustomPanelsFactory;