Skip to content

Commit

Permalink
add input number exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabricevladimir committed Jan 30, 2024
1 parent 994e3c7 commit 7907fa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/input/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export * from './inputContainer';
export * from './inputDate';
export * from './inputNumber';
export * from './inputNumberMax';
export * from './inputSearch';
export * from './inputText';
Expand Down
1 change: 1 addition & 0 deletions src/components/input/inputNumber/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { InputNumber, type IInputNumberProps } from './inputNumber';

0 comments on commit 7907fa4

Please sign in to comment.