UNPKG

@wangeditor-kai/yjs-for-react

Version:

React specific components/utils for wangeditor-next-yjs.

12 lines (11 loc) 274 B
/** * @description 工具函数 * @author wangfupeng */ /** * 获取随机数字符串 * @param prefix 前缀 * @returns 随机数字符串 */ export declare function genRandomStr(prefix?: string): string; export declare function replaceSymbols(str: string): string;