UNPKG

@churchapps/apphelper-markdown

Version:

ChurchApps markdown/lexical editor components

6 lines (5 loc) 205 B
/** * Utility function to clean HTML output from Lexical editor * Removes editor-specific CSS classes and inline styles to produce clean HTML */ export declare function cleanHtml(html: string): string;