@vtaits/react-hook-form-schema
Version:
Integration of react-hook-form and @vtaits/form-schema
11 lines (8 loc) • 321 B
TypeScript
import { b as FieldType } from './types-XL-2FxMV.js';
import { D as DynamicSchema } from './schema-DepCj0Ld.js';
import '@vtaits/form-schema';
import 'react';
import 'react-hook-form';
import '@vtaits/form-schema/fields/dynamic';
declare const dynamic: FieldType<DynamicSchema<any>>;
export { DynamicSchema, dynamic };