Interface CountDownProps

interface CountDownProps {
    endTime?: string | number | Date;
}

Properties

Properties

endTime?: string | number | Date

Generated using TypeDoc