communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
17 lines • 363 B
TypeScript
/**
* @internal
*/
export declare const getMinutes: (time: number) => number;
/**
* @internal
*/
export declare const getSeconds: (time: number) => number;
/**
* @internal
*/
export declare const getHours: (time: number) => number;
/**
* @internal
*/
export declare const getReadableTime: (time: number) => string;
//# sourceMappingURL=timerUtils.d.ts.map