UNPKG

@uiw/react-json-view

Version:
6 lines (5 loc) 186 B
import { type TagType, type TypesElement } from '../store/Types'; export declare const Int: { <K extends TagType = "span">(props: TypesElement<K>): null; displayName: string; };