@fluentui/react-northstar
Version:
A themable React component library.
5 lines (4 loc) • 394 B
TypeScript
import { ComponentSlotStylesPrepared } from '@fluentui/styles';
import { ChatMessageReadStatusStylesProps } from '../../../../components/Chat/ChatMessageReadStatus';
import { ChatMessageReadStatusVariables } from './chatMessageReadStatusVariables';
export declare const chatMessageReadStatusStyles: ComponentSlotStylesPrepared<ChatMessageReadStatusStylesProps, ChatMessageReadStatusVariables>;