UNPKG

@tabula/ui-json-view

Version:
7 lines (6 loc) 113 B
import { FC } from 'react'; type Props = { size: number; }; export declare const Size: FC<Props>; export {};