@cometchat/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
7 lines (6 loc) • 597 B
TypeScript
import { CometChatTheme } from "../type";
import { DeepPartial } from "../../shared/helper/types";
export declare const lightThemeMaker: (spacing: CometChatTheme["spacing"], color: CometChatTheme["color"], typography: CometChatTheme["typography"]) => DeepPartial<CometChatTheme>;
export declare const darkThemeMaker: (spacing: CometChatTheme["spacing"], color: CometChatTheme["color"], typography: CometChatTheme["typography"]) => DeepPartial<CometChatTheme>;
export declare const defaultLightTheme: DeepPartial<CometChatTheme>;
export declare const defaultDarkTheme: DeepPartial<CometChatTheme>;