@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
6 lines (5 loc) • 303 B
TypeScript
import { DeepPartial } from "../shared/helper/types";
import { CometChatTheme } from "./type";
export declare const useTheme: () => CometChatTheme;
export declare const useThemeInternal: () => import("./context").ThemeProviderValue;
export declare const useCompTheme: () => DeepPartial<CometChatTheme>;