import { IndexPickupDataViewBase } from '../../../view/indexpickupdataview-base'; /** * 实体索引关系选择数据视图(部件视图)基类 * * @export * @class AppIndexPickupDataViewBase * @extends {IndexPickupDataViewBase} */ export declare class AppIndexPickupDataViewBase extends IndexPickupDataViewBase { /** * 表格选择视图渲染 * * @memberof AppIndexPickupDataViewBase */ render(h: any): any; } //# sourceMappingURL=app-indexpickudataview-base.d.ts.map