export interface DesignEvent { /** * 初始化完毕 * * @author chitanda * @date 2021-04-14 16:04:41 * @type {void} */ initComplete: void; }