GasWell-front/node_modules/element-plus/es/constants/event.mjs

7 lines
202 B
JavaScript

const UPDATE_MODEL_EVENT = "update:modelValue";
const CHANGE_EVENT = "change";
const INPUT_EVENT = "input";
export { CHANGE_EVENT, INPUT_EVENT, UPDATE_MODEL_EVENT };
//# sourceMappingURL=event.mjs.map