UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

10 lines 354 B
//#region src/Markdown/plugins/remarkBr.d.ts /** * Remark plugin to handle <br> and <br/> tags in markdown text * This plugin converts <br> and <br/> tags to proper HTML elements * without requiring allowHtml to be enabled */ declare const remarkBr: () => (tree: any) => void; //#endregion export { remarkBr }; //# sourceMappingURL=remarkBr.d.mts.map