import { IPSPanel } from './ipspanel'; /** * * 子接口类型识别属性[] * @export * @interface IPSLayoutPanel */ export type IPSLayoutPanel = IPSPanel;