import * as React from "react"; import { getDimensionStyle, getDimensionLabelStyle, getDividerStyle, } from "./style"; import { CountdownProps } from "./types"; // import div from "../div"; // import div from "../div"; export const RenderCountdown = ({ showDays, showHours, showMinutes, showSeconds, showDivider, showLabels, style, labelStyle, dimensionStyle, dividerStyle, numberStyle, }: CountdownProps) => { const Divider = () => (
)}
{caption}
)}Your time has expired
); return (