Files
accounting/client/node_modules/element-plus/lib/constants/event.d.ts
2026-03-26 01:23:19 +08:00

6 lines
248 B
TypeScript
Executable File

//#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 };