UNPKG

react-xml-viewer

Version:
6 lines (5 loc) 222 B
import { AttributesObject } from 'types'; export interface AttributesProps { attributes?: AttributesObject; } export declare function Attributes(props: AttributesProps): import("react/jsx-runtime").JSX.Element | null;