communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
9 lines • 360 B
TypeScript
import { IRawStyle } from '@fluentui/react';
/**
* ComponentSlotStyle is a \@fluentui/react-northstar type.
* As we have moved away from this package we have used the more generic IRawStyle type from fluent for interoperability.
*
* @public
*/
export type ComponentSlotStyle = Omit<IRawStyle, 'animation'>;
//# sourceMappingURL=ComponentSlotStyle.d.ts.map