JewelryMall/admin/node_modules/element-plus/es/components/dialog/src/constants.mjs
2026-02-14 19:29:15 +08:00

6 lines
220 B
JavaScript

const dialogInjectionKey = /* @__PURE__ */ Symbol("dialogInjectionKey");
const DEFAULT_DIALOG_TRANSITION = "dialog-fade";
export { DEFAULT_DIALOG_TRANSITION, dialogInjectionKey };
//# sourceMappingURL=constants.mjs.map