UNPKG

@azure/communication-react

Version:

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

12 lines 289 B
/// <reference types="react" /> /** * Hold pane to display when the user places themselves on hold * * @beta */ export declare const HoldPane: () => JSX.Element; /** * @internal */ export declare const getReadableTime: (time: number) => string; //# sourceMappingURL=HoldPane.d.ts.map