import { IPSDEFormDetail } from './ipsdeform-detail'; import { IPSDEFormGroupPanel } from './ipsdeform-group-panel'; /** * * 继承父接口类型值[TABPAGE] * @export * @interface IPSDEFormTabPage */ export interface IPSDEFormTabPage extends IPSDEFormDetail, IPSDEFormGroupPanel { } //# sourceMappingURL=ipsdeform-tab-page.d.ts.map