mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
4 lines
126 B
TypeScript
4 lines
126 B
TypeScript
export const UPDATE_MODEL_EVENT = 'update:modelValue'
|
|
export const CHANGE_EVENT = 'change'
|
|
export const INPUT_EVENT = 'input'
|