UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

8 lines (7 loc) 420 B
import React from 'react'; export interface SidebarDropdownContextValue { setIsOpen: React.Dispatch<React.SetStateAction<boolean>>; } export declare const SidebarDropdownContext: React.Context<SidebarDropdownContextValue | null>; export declare const SidebarDropdownProvider: React.FC<SidebarDropdownContextValue & React.PropsWithChildren>; export declare function useSidebarDropdown(): SidebarDropdownContextValue;