@sendbird/uikit-react-native
Version:
Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.
7 lines (6 loc) • 622 B
TypeScript
export declare const useSBUHandlers: () => import("../contexts/SBUHandlersCtx").SBUHandlers;
export declare const useLocalization: () => import("../contexts/LocalizationCtx").LocalizationContextType;
export declare const usePlatformService: () => import("../contexts/PlatformServiceCtx").PlatformServiceContextType;
export declare const useSendbirdChat: () => import("../contexts/SendbirdChatCtx").SendbirdChatContextType;
export declare const useUserProfile: () => import("../contexts/UserProfileCtx").UserProfileContextType;
export declare const useReaction: () => import("../contexts/ReactionCtx").ReactionContextType;