UNPKG

@pusdn/pgz-comp-elep

Version:

PGZ组件库,Vue3 中基于Element-plus二次封装基础组件文档

36 lines (35 loc) 743 B
import { PropType } from 'vue'; export declare const polygonEditorProps: { closable: { type: BooleanConstructor; default: boolean; }; mapType: { type: NumberConstructor; default: number; }; zoom: { type: NumberConstructor; default: number; }; size: { type: StringConstructor; default: undefined; }; placeholder: { type: StringConstructor; default: string; }; detail: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; modelValue: { type: PropType<Record<string, any>>; default: () => {}; }; };