@fluentui/react-northstar
Version:
A themable React component library.
6 lines (5 loc) • 371 B
TypeScript
import { ComponentSlotStylesPrepared } from '@fluentui/styles';
import { ChatItemStylesProps } from '../../../../components/Chat/ChatItem';
import { ChatItemVariables } from './chatItemVariables';
/** ChatItem styles specific for the default/comfy density. */
export declare const chatItemStylesComfy: ComponentSlotStylesPrepared<ChatItemStylesProps, ChatItemVariables>;