UNPKG

@acrool/react-flip-countdown

Version:
4 lines (3 loc) 195 B
import { IFlipCountdownProps } from './types'; declare const FlipCountdown: ({ endTime, isDebug, }: IFlipCountdownProps) => import("react/jsx-runtime").JSX.Element; export default FlipCountdown;