UNPKG

react-hook-form-chakra-fields

Version:

A collection of form fields on top of simple and accessible react component library [Chakra UI](https://chakra-ui.com/) and performant form library [React Hook Form](https://react-hook-form.com/), integrated with many other js/ts libraries.

6 lines (5 loc) 230 B
/// <reference types="react" /> import { InputProps as ChakraInputProps } from '@chakra-ui/react'; export declare type InputProps = ChakraInputProps; declare const Input: (props: InputProps) => JSX.Element; export { Input };