Files
game-cards-poker-design/frontend/node_modules/element-plus/lib/components/date-picker-panel/src/constants.js

9 lines
496 B
JavaScript
Raw Normal View History

Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
//#region ../../packages/components/date-picker-panel/src/constants.ts
const ROOT_PICKER_INJECTION_KEY = Symbol("rootPickerContextKey");
const ROOT_PICKER_IS_DEFAULT_FORMAT_INJECTION_KEY = "ElIsDefaultFormat";
//#endregion
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