@fluentui/react-northstar
Version:
A themable React component library.
41 lines (40 loc) • 1.23 kB
TypeScript
export interface ChatMessageVariables {
actionMenuBoxShadow: string;
actionMenuPositionRight: string;
actionMenuPositionTop: string;
authorColor: string;
authorColorMineCompact: string;
authorFontWeight: number;
authorFontWeightCompact: number;
authorMarginRight: string;
authorMarginRightCompact: string;
backgroundColor: string;
backgroundColorMine: string;
badgeShadow: string;
badgeTextColor: string;
border: string;
borderRadius: string;
compactBorder: string;
compactHoverBackground: string;
compactHoverBorder: string;
compactSpacing: string;
contentColor: string;
hasMention: boolean;
hasMentionColor: string;
hasMentionNubbinColor: string;
headerMarginBottom: string;
isImportant: boolean;
isImportantColor: string;
linkColor: string;
linkColorMine: string;
offset: string;
overlayZIndex: number;
padding: string;
paddingCompact: string;
reactionGroupBorderColor: string;
reactionGroupMarginLeft: string;
showActionMenu?: boolean;
zIndex: number;
hasReducedHorizontalSpace: boolean;
}
export declare const chatMessageVariables: (siteVars: any) => ChatMessageVariables;