@uiw/react-baidu-map-geolocation-control
Version:
Baidu Map geolocation-control Components for React.
8 lines (7 loc) • 387 B
TypeScript
import { GeolocationControlProps } from './';
export interface UseGeolocationControl extends GeolocationControlProps {
}
export declare function useGeolocationControl(props?: UseGeolocationControl): {
geolocationControl: BMap.GeolocationControl | undefined;
setGeolocationControl: import("react").Dispatch<import("react").SetStateAction<BMap.GeolocationControl | undefined>>;
};