UNPKG

@azure/communication-react

Version:

React library for building modern communication user experiences utilizing Azure Communication Services

29 lines 689 B
import { IButtonStyles, ITheme } from '@fluentui/react'; /** * @private */ export declare const localPreviewContainerStyleDesktop: (theme: ITheme) => string; /** * @private */ export declare const localPreviewContainerStyleMobile: (theme: ITheme) => string; /** * @private */ export declare const cameraOffLabelStyle: string; /** * @private */ export declare const localPreviewTileStyle: { root: { '@media (forced-colors: active)': { borderColor: string; border: string; }; }; }; /** * @private */ export declare const localPreviewButtonStyle: (isMobile: boolean) => IButtonStyles; //# sourceMappingURL=LocalPreview.styles.d.ts.map