UNPKG

@goongmaps/goong-map-react

Version:

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

12 lines (9 loc) 297 B
import {ReactElement} from 'react'; import {MapControlProps} from './use-map-control'; type ScaleControlProps = MapControlProps & Partial<{ className: string, style: Object, maxWidth: number, unit: string }>; export default function ScaleControl(props: ScaleControlProps): ReactElement;