UNPKG

react-amap-v2

Version:

高德地图 v2.0 react 组件

7 lines (6 loc) 282 B
import { PropsWithChildren } from 'react'; interface PathSimplifierProps extends AMapUI.PathSimplifier.Options { events?: AMapUI.PathSimplifier.Events<any>; } declare const _default: (props: PropsWithChildren<PathSimplifierProps>) => JSX.Element; export default _default;