mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +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 {
|
||||
startActivity,
|
||||
stopActivity,
|
||||
withActivity, // HOC
|
||||
isBusy, // Boolean.
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue