UNPKG

@dcp-designable/components

Version:

公共组件及业务组件

10 lines (9 loc) 238 B
export function sendCloseEvent(modalType: any): Promise<any>; /** * 关闭工作流抽屉方法 * * @export * @param {string} clickType * @returns {Promise} */ export function closeBPMPage(clickType: string): Promise<any>;