UNPKG

kepler.gl

Version:

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

8 lines (7 loc) 255 B
import React, { PropsWithChildren } from 'react'; export declare type PanelTitleProps = PropsWithChildren<{ title: string; className?: string; }>; declare const PanelTitleFactory: () => React.FC<PanelTitleProps>; export default PanelTitleFactory;