@razorpay/blade
Version:
The Design System that powers Razorpay
15 lines (12 loc) • 407 B
JavaScript
import { createContext, useContext } from 'react';
var LineChartContext = /*#__PURE__*/createContext({
hoveredDataKey: null,
setHoveredDataKey: function setHoveredDataKey() {
return undefined;
}
});
var useLineChartContext = function useLineChartContext() {
return useContext(LineChartContext);
};
export { LineChartContext, useLineChartContext };
//# sourceMappingURL=LineChartContext.js.map