Files
pig-farm-controller-fe/node_modules/element-plus/es/components/date-picker-panel/src/constants.mjs
2025-09-19 14:25:20 +08:00

6 lines
262 B
JavaScript

const ROOT_PICKER_INJECTION_KEY = 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