UNPKG

@chatui/core

Version:

The React library for Chatbot UI

7 lines (6 loc) 260 B
import React from 'react'; import { Options } from '../../hooks/useCountdown'; export interface CountdownProps extends Options { className?: string; } export declare const Countdown: ({ className, targetDate, onEnd }: CountdownProps) => React.JSX.Element;