UNPKG

kepler.gl

Version:

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

9 lines (6 loc) 194 B
import React from 'react'; export type MapControlTooltipProps = { id: string; message: string; }; export type MapControlTooltipComponent = React.FunctionComponent<MapControlTooltipProps>;