@razorpay/blade
Version:
The Design System that powers Razorpay
13 lines (10 loc) • 489 B
JavaScript
import React__default from 'react';
var AnimateInteractionsContext = /*#__PURE__*/React__default.createContext({
isInsideAnimateInteractionsContainer: false
});
var useAnimateInteractions = function useAnimateInteractions() {
var animateInteractionsContextValue = React__default.useContext(AnimateInteractionsContext);
return animateInteractionsContextValue;
};
export { AnimateInteractionsContext, useAnimateInteractions };
//# sourceMappingURL=AnimateInteractionsProvider.js.map