@metricinsights/concierge
Version:
Metric Insights Concierge Component
4 lines • 389 B
TypeScript
import { DOMNode, HTMLReactParserOptions } from 'html-react-parser';
import React, { JSX } from 'react';
export declare const parseHtml: (html: string, props?: Record<string, any>, replacers?: Record<string, (node: DOMNode, options: HTMLReactParserOptions) => React.ReactNode | JSX.Element | DOMNode>) => string | JSX.Element | JSX.Element[];
//# sourceMappingURL=component-parser.d.ts.map