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

7 lines
212 B
TypeScript

/**
* Hook which asynchronously executes a callback once the component has been mounted.
*
* @param callback - Function to call before mount.
*/
export declare const useMount: (callback: () => void) => void;