mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 23:55:20 +00:00
Missing comment
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
import { create } from 'zustand';
|
||||
|
||||
/**
|
||||
* Hooks to manage the mobile menu sheet state.
|
||||
*/
|
||||
export const useMobileMenuSheet = create<{
|
||||
open: boolean;
|
||||
setOpen: (open: boolean) => void;
|
||||
|
||||
Reference in New Issue
Block a user