FluentUI Compat

Home > @cascadiacollections/fluentui-compat > UseSetTimeoutReturnType

UseSetTimeoutReturnType type

Signature:

export type UseSetTimeoutReturnType = {
    setTimeout: (callback: () => void, duration: number) => TimeoutId;
    clearTimeout: (id: TimeoutId) => void;
};

References: TimeoutId

  • Edit this page
In this article
Back to top FluentUI React complimentary components and utilities focused on render performance