UNPKG

html-to-react

Version:

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

8 lines 257 B
export = ProcessingInstructions; declare function ProcessingInstructions(): { defaultProcessingInstructions: { shouldProcessNode: (node: any) => boolean; processNode: any; }[]; }; //# sourceMappingURL=processing-instructions.d.ts.map