Files
HRM-System/node_modules/recharts/lib/context/brushUpdateContext.js
2026-04-13 08:19:53 +08: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)(() => {});