stream-chat-react
Version:
React components to create chat conversations or livestream style chat
7 lines • 347 B
TypeScript
import React from 'react';
export declare type CooldownTimerProps = {
cooldownInterval: number;
setCooldownRemaining: React.Dispatch<React.SetStateAction<number | undefined>>;
};
export declare const CooldownTimer: ({ cooldownInterval, setCooldownRemaining }: CooldownTimerProps) => JSX.Element;
//# sourceMappingURL=CooldownTimer.d.ts.map