UNPKG

@uiw/react-json-view

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