Files
cannaiq/frontend/node_modules/recharts/lib/context/brushUpdateContext.js
2025-11-28 19:45:44 -07:00

8 lines
275 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.BrushUpdateDispatchContext = void 0;
var _react = require("react");
var BrushUpdateDispatchContext = exports.BrushUpdateDispatchContext = /*#__PURE__*/(0, _react.createContext)(() => {});