django-vue3-admin-web/node_modules/e-icon-picker/constants/event.d.ts
2025-10-20 21:21:14 +08:00

13 lines
597 B
TypeScript

export declare const UPDATE_MODEL_EVENT = "update:modelValue";
export declare const CHANGE_EVENT = "change";
export declare const INPUT_EVENT = "input";
export declare const CLEAR_EVENT = "clear";
export declare const FOCUS_EVENT = "focus";
export declare const BLUR_EVENT = "blur";
export declare const MOUSE_LEAVE_EVENT = "mouseleave";
export declare const MOUSE_ENTER_EVENT = "mouseenter";
export declare const SCROLL_EVENT = "scroll";
export declare const CLICK_EVENT = "click";
export declare const CLOSE_POPPER_EVENT = "close:popper";
export declare const OPEN_POPPER_EVENT = "open:popper";