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