UNPKG

react-jsx-parser

Version:

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

5 lines (4 loc) 188 B
/** This file exists solely to build the index.d.ts file */ import JsxParser from './components/JsxParser'; export type { TProps } from './components/JsxParser'; export default JsxParser;