Skip to content

Commit

Permalink
Export useSteps (#1225)
Browse files Browse the repository at this point in the history
* export hooks

* chore: add changeset

Co-authored-by: sneakers-the-rat <JLSaunders987@gmail.com>
  • Loading branch information
fritz-c and sneakers-the-rat committed Sep 19, 2022
1 parent 4e45406 commit ac6c926
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/three-bikes-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'spectacle': minor
---

exports the `useSteps` hook
1 change: 1 addition & 0 deletions packages/spectacle/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export { default as indentNormalizer } from './utils/indent-normalizer';
export { DeckContext } from './components/deck/deck';
export type { DeckProps, SlideId } from './components/deck/deck';
export { default as useMousetrap } from './hooks/use-mousetrap';
export { useSteps } from './hooks/use-steps';
export { default as defaultTheme } from './theme/default-theme';
export type {
SpectacleTheme,
Expand Down

0 comments on commit ac6c926

Please sign in to comment.