@sanity/form-builder
Version:
Sanity form builder
6 lines • 318 B
TypeScript
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