UNPKG

@wufengteam/baguaeditor

Version:

低零融合编辑器封装

12 lines (11 loc) 351 B
/** * // 重置所有事件动作,保存最新的不考虑原来的。 * @param data */ export declare const resetAllEvent: (data: any) => void; /** * dsl处理 文档参考:https://hxf646.yuque.com/hxf646/wkxeua/xvpnocoy4dpbenzm#YlCF7 * @param params * @returns */ export declare const createEventAction: (params: any) => any;