Browse Packages

Function: useCountdown()

export function useCountdown(
  slug: string,
  options?: CountdownOptions,
)

Defined in: hooks/useCountdown.ts:15

Parameters

slug

string

options?

CountdownOptions

Returns

object

destroy

destroy: () => void

Returns

void

ref

ref: RefObject<HTMLElement | null> = elementRef

Feature detail