tokens.js 213 B

12345678
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. const TABLE_INJECTION_KEY = Symbol("ElTable");
  4. exports.TABLE_INJECTION_KEY = TABLE_INJECTION_KEY;
  5. //# sourceMappingURL=tokens.js.map