/** * 校验字符串中是否有html标签 * @param htmlStr 指定的文本内容 * @returns */ export default function checkHtml(htmlStr: string): boolean;