UNPKG

@goongmaps/goong-map-react

Version:

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

9 lines (6 loc) 254 B
import {ReactElement} from 'react'; import type {MapControlProps} from '../components/use-map-control'; type CanvasOverlayProps = MapControlProps & { redraw: Function }; export default function CanvasOverlay(props: CanvasOverlayProps): ReactElement;