UNPKG

@vertisanpro/flowbite-react

Version:

Non-Official React components built for Flowbite and Tailwind CSS

8 lines (7 loc) 299 B
import type { FlowbiteSidebarTheme } from './Sidebar'; export type SidebarContext = { theme: FlowbiteSidebarTheme; isCollapsed: boolean; }; export declare const SidebarContext: import("react").Context<SidebarContext | undefined>; export declare function useSidebarContext(): SidebarContext;