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