Files
prop-data-guard/frontend/node_modules/element-plus/es/constants/event.d.ts
T
2026-04-22 17:07:33 +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 };