12345678910 |
- 'use strict';
- Object.defineProperty(exports, '__esModule', { value: true });
- const carouselContextKey = Symbol("carouselContextKey");
- const CAROUSEL_ITEM_NAME = "ElCarouselItem";
- exports.CAROUSEL_ITEM_NAME = CAROUSEL_ITEM_NAME;
- exports.carouselContextKey = carouselContextKey;
- //# sourceMappingURL=constants.js.map
|