UNPKG

@tabula/ui-json-view

Version:
8 lines (7 loc) 181 B
import { FC } from 'react'; import { Property as PropertyType } from '../types'; type Props = { property?: PropertyType; }; export declare const Property: FC<Props>; export {};