Skip to content

Commit 4eed406

Browse files
committed
Missing comment
1 parent 9029063 commit 4eed406

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/gitbook/src/components/Header/mobile-menu/useMobileMenuSheet.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import { create } from 'zustand';
22

3+
/**
4+
* Hooks to manage the mobile menu sheet state.
5+
*/
36
export const useMobileMenuSheet = create<{
47
open: boolean;
58
setOpen: (open: boolean) => void;

0 commit comments

Comments
 (0)