UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

8 lines (7 loc) 441 B
import React from 'react'; export interface HeaderLangDropdownContextValue { setIsOpen: React.Dispatch<React.SetStateAction<boolean>>; } export declare const HeaderLangDropdownContext: React.Context<HeaderLangDropdownContextValue | null>; export declare const HeaderLangDropdownProvider: React.FC<HeaderLangDropdownContextValue & React.PropsWithChildren>; export declare function useHeaderLangDropdown(): HeaderLangDropdownContextValue;