UNPKG

react-jsx-parser

Version:

A React component which can parse JSX and output rendered React Components

5 lines (4 loc) 205 B
declare const VOID_ELEMENTS: string[]; export default VOID_ELEMENTS; export declare function canHaveChildren(tagName: string): boolean; export declare function canHaveWhitespace(tagName: string): boolean;