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