export const UPDATE_VISIBLE_EVENT = 'update:visible' export const UPDATE_MODELVALUE_EVENT = 'update:modelValue' export const ON_CONFIRM = 'onConfirm' export const ON_CANCEL = 'onCancel'