UNPKG

jr-util

Version:

这是MJR的JS工具库。定期更新

9 lines (8 loc) 307 B
/** * 格式化富文本内容 * 该函数旨在移除或修改HTML中的某些属性,以确保在不同平台上的一致性和美观性 * * @param {string} html - 输入的HTML字符串 * @returns {string} - 格式化后的HTML字符串 */ export declare const formatRichText: (html: any) => any;