UNPKG

communication-react-19

Version:

React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)

10 lines 375 B
import { IButtonStyles, IMessageBarStyles, ITheme, MessageBarType } from '@fluentui/react'; /** * @private */ export declare const dismissButtonStyle: (theme: ITheme) => IButtonStyles; /** * @private */ export declare const messageBarStyle: (theme: ITheme, errorType: MessageBarType) => IMessageBarStyles; //# sourceMappingURL=TroubleshootingGuideErrorBar.styles.d.ts.map