UNPKG

@sanity/form-builder

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