JewelryMall/admin/node_modules/element-plus/es/components/date-picker-panel/src/constants.mjs
2026-02-14 19:29:15 +08:00

6 lines
278 B
JavaScript

const ROOT_PICKER_INJECTION_KEY = /* @__PURE__ */ Symbol("rootPickerContextKey");
const ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY = "ElIsDefaultFormat";
export { ROOT_PICKER_INJECTION_KEY, ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY };
//# sourceMappingURL=constants.mjs.map