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 2d0c23a commit a9ca184Copy full SHA for a9ca184
src/components/common/input/index.ts
@@ -0,0 +1,7 @@
1
+import { CheckboxInput } from './CheckboxInput'
2
+import { PasswordInput } from './PasswordInput'
3
+import { RadioInput } from './RadioInput'
4
+import { TagInput } from './TagInput'
5
+import { TextInput } from './TextInput'
6
+
7
+export { CheckboxInput, PasswordInput, RadioInput, TagInput, TextInput }
0 commit comments