UNPKG

@azure/communication-react

Version:

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

14 lines 324 B
/** * Strings used by the {@link ChatComposite} directly. * * This strings are in addition to those used by the components from the component library. * * @public */ export interface ChatCompositeStrings { /** * Chat list header text */ chatListHeader: string; } //# sourceMappingURL=Strings.d.ts.map