Type Alias ClearTimeoutOverrideFn

ClearTimeoutOverrideFn: ((timeoutId: number | any) => void)

The signatire of the function to override clearing a previous timeout created with the TimeoutOverrideFn, it will be passed the result returned from the TimeoutOverrideFn call.

Type declaration

    • (timeoutId): void
    • Parameters

      Returns void

0.4.5