Files
pig-farm-controller-fe/node_modules/element-plus/lib/components/table-v2/src/tokens.js

11 lines
341 B
JavaScript
Raw Normal View History

2025-09-19 14:25:20 +08:00
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
const TableV2InjectionKey = Symbol("tableV2");
const TABLE_V2_GRID_INJECTION_KEY = "tableV2GridScrollLeft";
exports.TABLE_V2_GRID_INJECTION_KEY = TABLE_V2_GRID_INJECTION_KEY;
exports.TableV2InjectionKey = TableV2InjectionKey;
//# sourceMappingURL=tokens.js.map