event.ts 305 B

12345678
  1. export const UPDATE_MODEL_EVENT = 'update:modelValue'
  2. export const CHANGE_EVENT = 'change'
  3. export const INPUT_EVENT = 'input'
  4. export const CLICK_EVENT = 'click'
  5. export const CLOSE_EVENT = 'close'
  6. export const OPEN_EVENT = 'open'
  7. export const CONFIRM_EVENT = 'confirm'
  8. export const CANCEL_EVENT = 'cancel'