Skip to content

Commit

Permalink
fix: export TextInputSize (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
ychhabra-eightfold authored Jul 25, 2022
1 parent 88eb5df commit 04ef8f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/octuple.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ import {
TextArea,
TextInput,
TextInputShape,
TextInputSize,
TextInputTheme,
TextInputWidth,
} from './components/Inputs';
Expand Down Expand Up @@ -196,6 +197,7 @@ export {
TextArea,
TextInput,
TextInputShape,
TextInputSize,
TextInputTheme,
TextInputWidth,
TimePicker,
Expand Down

0 comments on commit 04ef8f0

Please sign in to comment.