1 line
94 B
JavaScript
1 line
94 B
JavaScript
export const RawSpan = ({ html = '' }) => <span dangerouslySetInnerHTML={{ __html: html }} />
|