void
export type OnStatusChangeCallback = (remainingSeconds: number, isDisabled: boolean) => void;
Show Parameters
number
boolean
Was this page helpful?