@wangeditor-next/editor
Version:
Web rich text editor, Web 富文本编辑器
13 lines (12 loc) • 341 B
TypeScript
/**
* @description 工具函数
* @author wangfupeng
*/
/**
* 获取随机数字符串
* @param prefix 前缀
* @returns 随机数字符串
*/
export declare function genRandomStr(prefix?: string): string;
export declare function replaceSymbols(str: string): string;
export declare function styleStringToObject(styleString: any): {};