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