Files
video-gen/video-gen-admin/node_modules/@rc-component/table/lib/VirtualTable/context.js
T
2026-05-25 17:08:18 +08:00

9 lines
340 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.StaticContext = exports.GridContext = void 0;
var _context = require("@rc-component/context");
const StaticContext = exports.StaticContext = (0, _context.createContext)(null);
const GridContext = exports.GridContext = (0, _context.createContext)(null);