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

9 lines
402 B
JavaScript
Raw Normal View History

Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
//#region ../../packages/components/dialog/src/constants.ts
const dialogInjectionKey = Symbol("dialogInjectionKey");
const DEFAULT_DIALOG_TRANSITION = "dialog-fade";
//#endregion
exports.DEFAULT_DIALOG_TRANSITION = DEFAULT_DIALOG_TRANSITION;
exports.dialogInjectionKey = dialogInjectionKey;
//# sourceMappingURL=constants.js.map