Files
pig-farm-controller-fe/node_modules/element-plus/es/components/dialog/src/constants.mjs
2025-09-19 14:25:20 +08:00

6 lines
204 B
JavaScript

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