interface PageSidebarContextProps {
    isSidebarOpen: boolean;
}

Properties

Properties

isSidebarOpen: boolean