@fluentui/react-northstar
Version:
A themable React component library.
6 lines (5 loc) • 395 B
TypeScript
import { ComponentSlotStylesPrepared } from '@fluentui/styles';
import { ChatMessageStylesProps } from '../../../../components/Chat/ChatMessage';
import { ChatMessageVariables } from './chatMessageVariables';
/** ChatMessage styles specific for the default/comfy density. */
export declare const chatMessageStylesComfy: ComponentSlotStylesPrepared<ChatMessageStylesProps, ChatMessageVariables>;