constants.js 282 B

1234567
  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