docs: hide sidebar button on pages with no sidebar (#4158)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { createContext } from "react"
|
||||
|
||||
type SidebarContextType = {
|
||||
hasSidebar: boolean
|
||||
hiddenSidebar: boolean
|
||||
setHiddenSidebar: (value: boolean) => void
|
||||
hiddenSidebarContainer: boolean
|
||||
|
||||
Reference in New Issue
Block a user