UNPKG

communication-react-19

Version:

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

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