Skip to content

Commit ac6c926

Browse files
Export useSteps (#1225)
* export hooks * chore: add changeset Co-authored-by: sneakers-the-rat <[email protected]>
1 parent 4e45406 commit ac6c926

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/three-bikes-unite.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'spectacle': minor
3+
---
4+
5+
exports the `useSteps` hook

packages/spectacle/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export { default as indentNormalizer } from './utils/indent-normalizer';
4444
export { DeckContext } from './components/deck/deck';
4545
export type { DeckProps, SlideId } from './components/deck/deck';
4646
export { default as useMousetrap } from './hooks/use-mousetrap';
47+
export { useSteps } from './hooks/use-steps';
4748
export { default as defaultTheme } from './theme/default-theme';
4849
export type {
4950
SpectacleTheme,

0 commit comments

Comments
 (0)