im-ui-mobile
Version:
A Vue3.0 + Typescript instant messaging component library for Uniapp
12 lines (11 loc) • 470 B
TypeScript
declare const _default: {
html2Escape: (text: string) => string;
htmlEscape: (text: string) => string;
htmlUnescape: (text: string) => string;
escapeAttribute: (value: string) => string;
escapeTextContent: (text: string) => string;
hasHtmlSpecialChars: (text: string) => boolean;
setSafeHTML: (element: HTMLElement, html: string) => void;
safeHTML: (strings: TemplateStringsArray, ...values: any[]) => string;
};
export default _default;