UNPKG

react-flip-clock-countdownup

Version:

A 3D animated countdown and countup component for React with date picker integration and enhanced styling options.

8 lines (7 loc) 275 B
import React from 'react'; import { FlipClockCountdownProps } from './types'; /** * A 3D animated flip clock countdown component for React. */ declare function FlipClockCountdown(props: FlipClockCountdownProps): React.JSX.Element; export default FlipClockCountdown;