UNPKG

@uiw/react-baidu-map-label

Version:

Baidu Map label Components for React.

11 lines (10 loc) 374 B
import { LabelProps } from './'; export interface UseLabel extends LabelProps { } export declare function useLabel(props?: UseLabel): { label: BMap.Label | undefined; setLabel: import("react").Dispatch<import("react").SetStateAction<BMap.Label | undefined>>; Portal: (props: { children?: React.ReactNode; }) => import("react").ReactPortal | null; };