@potok/forms
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -0,1 +1,2 @@ | ||
import { RadioGroup, Radio } from './Radio'; | ||
export { default as Checkbox } from './Checkbox'; | ||
@@ -5,4 +6,4 @@ export { default as FormField } from './FormField'; | ||
export { default as PhoneInput } from './PhoneInput'; | ||
export { default as RadioGroup, Radio } from './Radio'; | ||
export { default as Select } from './Select'; | ||
export { default as TextArea } from './TextArea'; | ||
export { RadioGroup, Radio }; |
{ | ||
"name": "@potok/forms", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Potok.io UI Kit Form Components", | ||
@@ -5,0 +5,0 @@ "main": "./components/index.js", |
28409
830