Skip to content

Commit

Permalink
Merge pull request #104 from damianricobelli/export-types
Browse files Browse the repository at this point in the history
feat: export types
  • Loading branch information
damianricobelli authored Jan 31, 2025
2 parents 434946a + d014e9e commit f05e467
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/unlucky-crabs-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@stepperize/react": patch
---

feat: export types
2 changes: 1 addition & 1 deletion packages/react/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Types
export type { Step, Stepper, Get } from "@stepperize/core";

export type { StepperReturn, ScopedProps } from "./types";
// Define Stepper
export * from "./define-stepper";

0 comments on commit f05e467

Please sign in to comment.