Files
IOT_WEB/node_modules/element-plus/lib/components/dialog/src/constants.js
T
2026-08-21 15:36:24 +08:00

9 lines
402 B
JavaScript

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