We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f818270 commit 91a1cf5Copy full SHA for 91a1cf5
.gitignore
@@ -1,3 +1,4 @@
1
coverage
2
dist
3
+lib
4
node_modules
package.json
@@ -1,6 +1,6 @@
{
"name": "react-form-controlled",
- "version": "0.17.18",
+ "version": "0.17.19",
"description": "Intuitive react forms for building powerful applications",
5
"author": {
6
"name": "Zlatko Fedor",
src/index.js
@@ -1,4 +1,5 @@
export default from './Form';
+export Form from './Form';
export Input from './Input';
export Select from './Select';
export Textarea from './Textarea';
0 commit comments