Skip to content

Commit

Permalink
Export NumericStepper (#782)
Browse files Browse the repository at this point in the history
- Export NumericStepper.
  • Loading branch information
mattias800 committed Sep 9, 2024
1 parent 0b16ca8 commit ddd4f59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/forms/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export * from "./components/ui/radio/RadioButtonBox";
export * from "./components/ui/radio/RadioButtonWithLabel";
export * from "./components/ui/numeric-text-input/NumericTextInput";
export * from "./components/ui/numeric-text-input/hooks/UseNumericInputValue";
export * from "./components/ui/numeric-stepper/NumericStepper";
export * from "./components/ui/password-input/PasswordInput";
export * from "./components/ui/input-label/InputLabel";
export * from "./components/ui/input-label/InputLabelText";
Expand Down

0 comments on commit ddd4f59

Please sign in to comment.