UNPKG

231 BTypeScriptView Raw
1import { FC } from 'react';
2import { ControlProps, BooleanValue, BooleanConfig } from './types';
3export declare type BooleanProps = ControlProps<BooleanValue> & BooleanConfig;
4export declare const BooleanControl: FC<BooleanProps>;