@fluentui/react-northstar
Version:
A themable React component library.
5 lines (4 loc) • 352 B
TypeScript
import { ComponentSlotStylesPrepared } from '@fluentui/styles';
import { ChatMessageContentStylesProps } from '../../../../components/Chat/ChatMessageContent';
import { ChatMessageVariables } from './chatMessageVariables';
export declare const chatMessageContentStyles: ComponentSlotStylesPrepared<ChatMessageContentStylesProps, ChatMessageVariables>;