import { EnhancedMapProps } from '../EnhancedMap/types'; import { WKTProps } from '../../components/WKT/types'; export declare type PolygonsProps = { /** * wkt 格式多边形 * @description wkt 格式多边形 * @default undefined */ ploygons?: WKTProps[]; } & EnhancedMapProps;