UNPKG

formkit-react

Version:

FormKit is a React library for building forms with ease.

5 lines (4 loc) 243 B
export { default as FormKit } from './libs/FormKit'; export { default as FormKitController } from './libs/FormKitController'; export { default as FormKitInput } from './libs/FormKitInput'; export { useFormKit } from './libs/hooks/useFormKit';