Skip to content

Commit 30a17e4

Browse files
committed
fix: export hook return type
1 parent 535f684 commit 30a17e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,5 @@ export function useBottomSheetMachine() {
9898
[state, store.dispatch, store.getTransientSnapshot]
9999
)
100100
}
101+
102+
export type BottomSheetMachineHook = ReturnType<typeof useBottomSheetMachine>

0 commit comments

Comments
 (0)