@fluentui/react-northstar
Version:
A themable React component library.
11 lines (10 loc) • 319 B
TypeScript
export interface ChatItemVariables {
gutterMargin: string;
gutterMarginCompact: string;
gutterMarginComfyRefresh: string;
margin: string;
messageMargin: string;
messageMarginCompact: string;
messageMarginEndCompact: string;
}
export declare const chatItemVariables: () => ChatItemVariables;