UNPKG

@synapsecns/widget

Version:
8 lines (7 loc) 301 B
export declare const EventCountdownProgressBar: ({ eventLabel, startDate, endDate, timeRemaining, status, }: { eventLabel: string; startDate: Date; endDate: Date | null; timeRemaining: string; status: "idle" | "pending" | "complete"; }) => import("react/jsx-runtime").JSX.Element;