UNPKG

@tabula/ui-json-view

Version:
7 lines (6 loc) 122 B
import { FC } from 'react'; type Props = { className?: string; }; export declare const Options: FC<Props>; export {};