import { IPSDEGrid } from './ipsdegrid'; /** * * 子接口类型识别属性[] * 继承父接口类型值[TREEGRID] * @export * @interface IPSDETreeGrid */ export type IPSDETreeGrid = IPSDEGrid; //# sourceMappingURL=ipsdetree-grid.d.ts.map