Files
IOT_WEB/node_modules/element-plus/lib/components/date-picker-panel/src/constants.js
T
2026-08-21 15:36:24 +08:00

7 lines
324 B
JavaScript

Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
//#region ../../packages/components/date-picker-panel/src/constants.ts
const ROOT_PICKER_INJECTION_KEY = Symbol("rootPickerContextKey");
//#endregion
exports.ROOT_PICKER_INJECTION_KEY = ROOT_PICKER_INJECTION_KEY;
//# sourceMappingURL=constants.js.map