Files
training-system/training/codes/training-system-frontend/node_modules/element-plus/lib/constants/event.d.ts
2026-05-12 13:01:04 +08:00

6 lines
248 B
TypeScript

//#region ../../packages/constants/event.d.ts
declare const UPDATE_MODEL_EVENT = "update:modelValue";
declare const CHANGE_EVENT = "change";
declare const INPUT_EVENT = "input";
//#endregion
export { CHANGE_EVENT, INPUT_EVENT, UPDATE_MODEL_EVENT };