UNPKG

@tabula/ui-json-view

Version:
9 lines (8 loc) 179 B
import { FC } from 'react'; type Props = { children: string; onChange: (value: boolean) => void; value: boolean; }; export declare const Option: FC<Props>; export {};