UNPKG

@goongmaps/goong-map-react

Version:

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

12 lines (9 loc) 326 B
import {ReactElement} from 'react'; import {MapControlProps} from './use-map-control'; export type FullscreenControlProps = MapControlProps & Partial<{ className: string, style: Object, container: HTMLElement, label: string }>; export default function FullscreenControl(props: FullscreenControlProps): ReactElement;