feat: update form components
This commit is contained in:
6
src/components/FormControl/index.ts
Normal file
6
src/components/FormControl/index.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export * from './TextArea'
|
||||
export * from './Password'
|
||||
export * from './Input'
|
||||
export * from './Chekbox'
|
||||
export * from './Radio'
|
||||
export * from './RadioGroup'
|
Reference in New Issue
Block a user