UNPKG

react-xml-viewer

Version:
4 lines (3 loc) 132 B
import { XMLViewerProps } from './types'; declare function XMLViewer(props: XMLViewerProps): JSX.Element; export default XMLViewer;