UNPKG

@uiw/react-amap-utils

Version:

基于 React 封装的高德地图组件。AMap Component Based On React.

6 lines (5 loc) 202 B
import { PropsWithChildren } from 'react'; export declare const usePortal: () => { Portal: ({ children }: PropsWithChildren) => import("react").ReactPortal | null; container: HTMLDivElement; };