UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

10 lines (9 loc) 246 B
type UseTimeElapsedParams = { startOnMount?: boolean; }; export declare const useTimeElapsed: ({ startOnMount }?: UseTimeElapsedParams) => { secondsElapsed: number; startCounter: () => void; stopCounter: () => void; }; export {};