UNPKG

@azure/communication-react

Version:

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

12 lines 230 B
/// <reference types="react" /> /** * @private */ export interface TimerProps { timeStampInfo: string; } /** * @private */ export declare const Timer: (props: TimerProps) => JSX.Element; //# sourceMappingURL=Timer.d.ts.map