UNPKG

@vtaits/react-hook-form-schema

Version:

Integration of react-hook-form and @vtaits/form-schema

7 lines (4 loc) 256 B
import { SelectSchema } from '@vtaits/form-schema/fields/select'; import { F as FormApi, B as BaseFieldSchema } from './types-7iZNsJ6X.js'; type RadioGroupSchema = Readonly<SelectSchema<FormApi> & BaseFieldSchema>; export type { RadioGroupSchema as R };