UNPKG

communication-react-19

Version:

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

11 lines 447 B
import { ITheme } from '@fluentui/react'; /** * Message Bar incorrectly applies dark theme and high contrast theme styles to links that have no hrefs. * This is a workaround to ensure that the link color is correct. * * More info: https://github.com/microsoft/fluentui/issues/14683 * * @private */ export declare const messageBarLinkStyles: (theme: ITheme, underline?: boolean) => string; //# sourceMappingURL=MessageBarLink.styles.d.ts.map