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