UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

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