Browse Packages

CountdownOptions

This type is used by an exported signature but is not directly exported from @plandalf/react's package entrypoint. It is shown here from hooks/useCountdown.ts:4 so the signature can be inspected fully.

interface CountdownOptions {
  variant?: string;
  ref?: string;
  duration?: number;
  deadline?: string | Date;
}

Feature detail