mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
✨ Expose startActivity and stopActivity actions
This commit is contained in:
parent
976b7c987b
commit
696f8ec6e0
1 changed files with 2 additions and 0 deletions
|
@ -215,6 +215,8 @@ export const useBusyState = () => {
|
||||||
);
|
);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
startActivity,
|
||||||
|
stopActivity,
|
||||||
withActivity, // HOC
|
withActivity, // HOC
|
||||||
isBusy, // Boolean.
|
isBusy, // Boolean.
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue