UNPKG

react-xml-viewer

Version:
9 lines (8 loc) 263 B
import { Element } from 'types'; export interface ElementsProps { elements: Element[]; level?: number; isText?: boolean; parentKey?: string; } export declare function Elements(props: ElementsProps): import("react/jsx-runtime").JSX.Element | null;