@rohitninawe/chat-uikit-react-native
Version:
Ready-to-use Chat UI Components for React Native
20 lines (19 loc) • 1.04 kB
TypeScript
import { CometChatTheme } from "../../shared";
import { AIConversationStarterStyle } from "../utils";
import { CardViewStyle } from "../CardViewStyle";
export declare function getCardViewStyle(theme: CometChatTheme, style: AIConversationStarterStyle): any;
export declare function getRepliesStyle(theme: any, configStyles: any): any;
export declare function getloadingStateStyle(theme: any, configStyles: AIConversationStarterStyle): any;
export declare function errorLabelStyle(style: CardViewStyle): {
color: string;
fontFamily?: string;
fontWeight?: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900";
fontSize?: number;
};
export declare function emptyLabelStyle(style: CardViewStyle): {
color: string;
fontFamily?: string;
fontWeight?: "normal" | "bold" | "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900";
fontSize?: number;
};
export declare function getRepliesWrapperStyle(theme: CometChatTheme, configStyles: AIConversationStarterStyle): any;