constants.js 318 B

12345678910
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. const carouselContextKey = Symbol("carouselContextKey");
  4. const CAROUSEL_ITEM_NAME = "ElCarouselItem";
  5. exports.CAROUSEL_ITEM_NAME = CAROUSEL_ITEM_NAME;
  6. exports.carouselContextKey = carouselContextKey;
  7. //# sourceMappingURL=constants.js.map