UNPKG

@wordpress/dom

Version:
9 lines 274 B
/** * Removes any HTML tags from the provided string. * * @param {string} html The string containing html. * * @return {string} The text content with any html removed. */ export default function stripHTML(html: string): string; //# sourceMappingURL=strip-html.d.ts.map