import { IPSDEKanban } from '@ibizstudio/runtime'; /** * AppKanbanModel 部件模型 * * @export * @class AppKanbanModel */ export declare class AppKanbanModel { /** * 列表实例对象 * * @memberof AppKanbanModel */ KanbanInstance: IPSDEKanban; /** * Creates an instance of AppKanbanModel. * * @param {*} [opts={}] * @memberof AppKanbanModel */ constructor(opts: any); /** * 获取数据项集合 * * @returns {any[]} * @memberof AppKanbanModel */ getDataItems(): any[]; } //# sourceMappingURL=app-kanban-model.d.ts.map