UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

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