UNPKG

@shopgate/engage

Version:
4 lines 378 B
import React from'react';import{BackInStockSubscriptionsProviderContext}from'@shopgate/engage/back-in-stock/providers';/** * Gives access to the values which the context BackInStockSubscriptionsProvider provide * @returns {JSX} */export var useBackInStockSubscriptions=function useBackInStockSubscriptions(){return React.useContext(BackInStockSubscriptionsProviderContext);};