Files
ctms/frontend/node_modules/element-plus/lib/components/date-picker-panel/src/constants.js
T

11 lines
419 B
JavaScript

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
const ROOT_PICKER_INJECTION_KEY = Symbol("rootPickerContextKey");
const ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY = "ElIsDefaultFormat";
exports.ROOT_PICKER_INJECTION_KEY = ROOT_PICKER_INJECTION_KEY;
exports.ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY = ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY;
//# sourceMappingURL=constants.js.map