UNPKG

html-to-react

Version:

A lightweight library that converts raw HTML to a React DOM structure.

7 lines (6 loc) 277 B
export = Html2ReactParser; declare function Html2ReactParser(options?: any): { parse: (html: any) => any; parseWithInstructions: (html: any, isValidNode: any, processingInstructions: any, preprocessingInstructions?: any) => any; }; //# sourceMappingURL=parser.d.ts.map