UNPKG

@wangeditor/core

Version:
7 lines (6 loc) 177 B
/** * @description formats helper * @author wangfupeng */ export declare function genElemId(id: string): string; export declare function genTextId(id: string): string;