pdap-design-system 3.1.0-beta.8 → 3.1.0-beta.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,6 +7,7 @@ export { Input } from './Input';
7
7
  export { InputCheckbox } from './InputCheckbox';
8
8
  export { InputPassword } from './InputPassword';
9
9
  export { InputText } from './InputText';
10
+ export { InputSelect } from './InputSelect';
10
11
  export { InputTextArea } from './InputTextArea';
11
12
  export { Header } from './Header';
12
13
  export { Nav } from './Nav';