UNPKG

@tabula/ui-json-view

Version:
8 lines (7 loc) 162 B
import { FC } from 'react'; import { PrimitiveType } from '../types'; type Props = { type: PrimitiveType; }; export declare const Type: FC<Props>; export {};