UNPKG

communication-react-19

Version:

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

11 lines 285 B
import { IStyle } from '@fluentui/react'; /** * Basic fluent styles props for all components exported from this libray. * * @public */ export interface BaseCustomStyles { /** Styles for the root container. */ root?: IStyle; } //# sourceMappingURL=CustomStylesProps.d.ts.map