UNPKG

@sanity/form-builder

Version:
6 lines 318 B
import React from 'react'; import { BooleanSchemaType } from '@sanity/types'; import { Props } from './types'; declare const BooleanInput: React.ForwardRefExoticComponent<Props<boolean, BooleanSchemaType> & React.RefAttributes<HTMLInputElement>>; export default BooleanInput; //# sourceMappingURL=BooleanInput.d.ts.map