UNPKG

@jiin.seok/formkit-react

Version:

A powerful React form library with Compound Component Pattern, built-in validation, and TypeScript support

8 lines 588 B
export { FormKit, useFormContext } from './components/FormKit'; export { SelectKit } from './components/Select'; export { Button } from './components/Button'; export { cn } from './utils/cn'; export type { FormProps, FormContextProps, ComponentProps, FieldProps, LegendProps, InputProps, TextareaProps, SelectProps, SelectOption, FormSubmitButtonProps, FormResetButtonProps, } from './types'; export type { UseFormReturn, SubmitHandler, FieldValues, FieldErrors, RegisterOptions, Control, } from 'react-hook-form'; export type { ZodSchema } from 'zod'; //# sourceMappingURL=index.d.ts.map