mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
10 lines
301 B
JavaScript
10 lines
301 B
JavaScript
|
/**
|
||
|
* Hooks: Provide the main API for components to interact with the store.
|
||
|
*
|
||
|
* These encapsulate store interactions, offering a consistent interface.
|
||
|
* Hooks simplify data access and manipulation for components.
|
||
|
* Exported hooks must have unique names across all store modules.
|
||
|
*
|
||
|
* @file
|
||
|
*/
|