react-safe-html-parser
Version:
A secure, lightweight HTML parser for React with XSS protection and SSR support
9 lines • 373 B
TypeScript
import React from 'react';
import type { HtmlParserProps } from './types';
/**
* Static HTML parser component that doesn't use any React hooks
* Safe for SSR, PDF rendering, and other contexts where hooks aren't available
*/
export declare const HtmlParserStatic: React.FC<HtmlParserProps>;
export default HtmlParserStatic;
//# sourceMappingURL=HtmlParserStatic.d.ts.map