Outlook_Addin_LLM/node_modules/@fluentui/react-hooks/lib/useAsync.d.ts

6 lines
179 B
TypeScript
Raw Permalink Normal View History

import { Async } from '@fluentui/utilities';
/**
* Hook to provide an Async instance that is automatically cleaned up on dismount.
*/
export declare function useAsync(): Async;