import { IPSModelObject } from '../../ipsmodel-object'; /** * * 子接口类型识别属性[layout] * @export * @interface IPSLayout */ export interface IPSLayout extends IPSModelObject { /** * 布局模式 * @type {string} */ layout: string; } //# sourceMappingURL=ipslayout.d.ts.map