UNPKG

@uiw/react-json-view

Version:
7 lines (6 loc) 227 B
import { type TagType } from '../store/Types'; import { type SectionElement } from '../store/Section'; export declare const Copied: { <K extends TagType = "svg">(props: SectionElement<K>): null; displayName: string; };