UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

15 lines (12 loc) 392 B
import { createContext, useContext } from 'react'; var BarChartContext = /*#__PURE__*/createContext({ layout: 'horizontal', activeIndex: undefined, colorTheme: 'categorical', totalBars: 0 }); var useBarChartContext = function useBarChartContext() { return useContext(BarChartContext); }; export { BarChartContext, useBarChartContext }; //# sourceMappingURL=BarChartContext.js.map