UNPKG

communication-react-19

Version:

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

12 lines 428 B
import { Theme as ThemeV8 } from '@fluentui/react'; import { Theme as ThemeV9 } from '@fluentui/react-components'; /** * Creates a v9 theme from a v8 theme and base v9 theme. * FluentUI webLightTheme is used in case if no baseThemeV9 is provided. * * @private */ export declare const createV9Theme: (themeV8: ThemeV8, baseThemeV9?: ThemeV9) => ThemeV9 & { errorText: string; }; //# sourceMappingURL=v9ThemeShim.d.ts.map