UNPKG

@availity/form

Version:

Form Wrapper around formik using reactstrap components

10 lines (6 loc) 187 B
import { FormGroupProps } from 'reactstrap'; export type Props = { for: string; } & FormGroupProps; declare const FormGroup: (props: Props) => JSX.Element; export default FormGroup;