UNPKG

react-amap-v2

Version:

高德地图 v2.0 react 组件

11 lines (10 loc) 293 B
import { FC } from 'react'; export declare enum Plugins { PointSimplifier = "ui/misc/PointSimplifier", PathSimplifier = "ui/misc/PathSimplifier" } interface UIPluginProps { name: keyof typeof Plugins; } declare const UILoader: FC<UIPluginProps>; export default UILoader;