interface MapBoxInstanceState {
    map?: Map$1;
    mapInitialized?: boolean;
    setMapBoxInstance?: Dispatch<SetStateAction<undefined | Map$1>>;
}

Properties

map?: Map$1
mapInitialized?: boolean
setMapBoxInstance?: Dispatch<SetStateAction<undefined | Map$1>>