UNPKG

ant-design-x-vue-next

Version:

Ant Design X for Vue — community continuation aligned with @ant-design/x

3 lines (2 loc) 158 B
/** Escape HTML for safe text injection (aligned with @ant-design/x-markdown). */ export declare function escapeHtml(html: string, encode?: boolean): string;