import { IPSLayout } from './ipslayout'; /** * * 继承父接口类型值[TABLE] * @export * @interface IPSTableLayout */ export type IPSTableLayout = IPSLayout; //# sourceMappingURL=ipstable-layout.d.ts.map