@cometchat/chat-uikit-vue
Version:
Ready-to-use Chat UI Components for Vue(Javascript/Web)
14 lines (13 loc) • 586 B
TypeScript
import { CometChatTheme } from "@cometchat/uikit-resources";
import { CSSProperties } from "vue";
import { LabelStyle } from "@cometchat/uikit-elements";
import { WithDetailsStyle } from "@cometchat/uikit-shared";
export declare function getContainerStyle(theme: CometChatTheme, style: WithDetailsStyle): CSSProperties;
export declare function getLabelStyle(theme: CometChatTheme, style: WithDetailsStyle): LabelStyle;
export declare function getEmptyContainerStyle(): {
display: string;
justifyContent: string;
alignItems: string;
height: string;
width: string;
};