UNPKG

@goongmaps/goong-map-react

Version:

A fork of react-map-gl. React components for Goong JS

10 lines (7 loc) 263 B
import {ReactElement} from 'react'; import type {MapControlProps} from '../components/use-map-control'; type SVGOverlayProps = MapControlProps & { redraw: Function, style?: Object }; export default function SVGOverlay(props: SVGOverlayProps): ReactElement;