UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

6 lines (5 loc) 253 B
export interface SidebarItemContextValue { isInsideCollapse: boolean; } export declare const SidebarItemContext: import("react").Context<SidebarItemContextValue | undefined>; export declare function useSidebarItemContext(): SidebarItemContextValue;