constants.js 283 B

12345678
  1. Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
  2. //#region ../../packages/components/pagination/src/constants.ts
  3. const elPaginationKey = Symbol("elPaginationKey");
  4. //#endregion
  5. exports.elPaginationKey = elPaginationKey;
  6. //# sourceMappingURL=constants.js.map