UNPKG

@sanity/form-builder

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