@vtaits/react-hook-form-schema
Version:
Integration of react-hook-form and @vtaits/form-schema
12 lines (9 loc) • 349 B
TypeScript
import { T as TextAreaSchema } from './schema-3U-G6tVB.js';
import { b as FieldType } from './types-XL-2FxMV.js';
import '@vtaits/form-schema/fields/input';
import 'react';
import './types-7iZNsJ6X.js';
import 'react-hook-form';
import '@vtaits/form-schema';
declare const textarea: FieldType<TextAreaSchema>;
export { TextAreaSchema, textarea };