2 lines
90 B
JavaScript
2 lines
90 B
JavaScript
![]() |
export const HtmlSpan = ({ html }) => <span dangerouslySetInnerHTML={{ __html: html }} />
|