Files
pig-farm-controller-fe/node_modules/element-plus/es/components/dialog/src/constants.mjs

6 lines
204 B
JavaScript
Raw Normal View History

2025-09-19 14:25:20 +08:00
const dialogInjectionKey = Symbol("dialogInjectionKey");
const DEFAULT_DIALOG_TRANSITION = "dialog-fade";
export { DEFAULT_DIALOG_TRANSITION, dialogInjectionKey };
//# sourceMappingURL=constants.mjs.map