dfh-ui-library 1.13.51 → 1.13.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2 @@
1
+ import ComboBox from './Combobox';
2
+ export default ComboBox;
@@ -5,6 +5,7 @@ export { default as Typhography } from './Typhography';
5
5
  export { default as TyphographyFormGen } from './TyphographyFormGen';
6
6
  export { Input, Select, CheckBox, Label, InputValidation, Textarea, RadioButton, IconInput, ImageInput, } from './FormElements';
7
7
  export { default as Card } from './Card';
8
+ export { default as ComboBox } from './ComboBox';
8
9
  export { default as ComponentProvider } from './ComponentProvider';
9
10
  export { default as Logo } from './Logo';
10
11
  export { default as LoadingSpinner } from './LoadingSpinner';