cbim-common-components
Version:
``` npm install --save cbim-common-components ```
8 lines (7 loc) • 472 B
TypeScript
declare const getResources: (configs: any, params: any) => Promise<unknown>;
declare const getRootPath: () => Promise<unknown>;
declare const getTaskTree: (params: any) => Promise<unknown>;
declare const getTaskFileList: (params: any) => Promise<unknown>;
declare const getDrawTree: () => Promise<unknown>;
declare const getDrawFileList: (params: any) => Promise<unknown>;
export { getResources, getRootPath, getTaskTree, getTaskFileList, getDrawTree, getDrawFileList, };