Expose startActivity and stopActivity actions

This commit is contained in:
Philipp Stracker 2025-02-12 15:37:20 +01:00
parent 976b7c987b
commit 696f8ec6e0
No known key found for this signature in database

View file

@ -215,6 +215,8 @@ export const useBusyState = () => {
);
return {
startActivity,
stopActivity,
withActivity, // HOC
isBusy, // Boolean.
};