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

5 lines
134 B
TypeScript
Raw Permalink Normal View History

/**
* Hook to force update a function component by updating a dummy state.
*/
export declare function useForceUpdate(): () => void;