Function: HTMLReactParser()
HTMLReactParser(
html,options?):string|Element|Element[]
Defined in: node_modules/html-react-parser/index.d.ts:51
Converts HTML string to JSX element(s).
Parameters
html
string
HTML string.
options?
Parser options.
Returns
string | Element | Element[]
- JSX element(s), empty array, or string.