minishouyin/node_modules/antd/lib/grid/RowContext.js

9 lines
244 B
JavaScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = require("react");
const RowContext = /*#__PURE__*/(0, _react.createContext)({});
var _default = exports.default = RowContext;