File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,15 @@ export default [
1414 index : "src/index.ts" ,
1515 FormField : "src/form/field/FormField.tsx" ,
1616 Input : "src/form/input/Input.tsx" ,
17+ NumberInput : "src/form/input/number/NumberInput.tsx" ,
1718 PasswordInput : "src/form/password-input/PasswordInput.tsx" ,
19+ Select : "src/select/Select.tsx" ,
1820 FileInput : "src/form/input/file/FileInput.tsx" ,
1921 Checkbox : "src/form/input/checkbox/CheckboxInput.tsx" ,
2022 Radio : "src/form/input/radio/RadioInput.tsx" ,
2123 RadioGroup : "src/form/input/radio/group/RadioGroup.tsx" ,
2224 TypeaheadInput : "src/form/input/typeahead/TypeaheadInput.tsx" ,
2325 TypeaheadSelect : "src/select/typeahead/TypeaheadSelect.tsx" ,
24- Dropdown : "src/dropdown/Dropdown.tsx" ,
2526 List : "src/list/List.tsx" ,
2627 ListItem : "src/list/item/ListItem.tsx" ,
2728 Button : "src/button/Button.tsx" ,
You can’t perform that action at this time.
0 commit comments