import { IPSEditor } from '../ipseditor'; /** * * 继承父接口类型值[MAPPICKER,MOBMAPPICKER] * @export * @interface IPSMapPicker */ export type IPSMapPicker = IPSEditor;