feat: add blueprint-formik package.

This commit is contained in:
a.bouhuolia
2022-02-16 13:36:23 +02:00
parent 574f596eea
commit 9630fecd7c
6 changed files with 21 additions and 142 deletions

View File

@@ -0,0 +1,17 @@
import {
FormGroup,
InputGroup,
NumericInput,
Checkbox,
RadioGroup,
Select,
} from 'blueprint-formik';
export {
FormGroup as FFormGroup,
InputGroup as FInputGroup,
NumericInput as FNumericInput,
Checkbox as FCheckbox,
RadioGroup as FRadioGroup,
Select as FSelect,
};