vuetning
Version:
<p align="center"> <img width="160"src="https://s3.amazonaws.com/arcthos.com/vuetning/logo.svg"> </p>
37 lines (36 loc) • 808 B
TypeScript
export declare const EVENTS: {
BACK: string;
BLUR: string;
CHANGE: string;
CLICK: string;
CLICK_DISABLED: string;
CLICK_HOME: string;
CLICK_OPTION: string;
CLICK_SUB_TAB: string;
CLICK_TAB: string;
CLOSE: string;
CLOSE_ALL: string;
CLOSE_SUB_TAB: string;
CLOSE_TAB: string;
CTRL_CLICK: string;
INPUT: string;
KEY_DOWN: string;
KEY_UP: string;
MOUSE_LEAVE: string;
MOUSE_MOVE: string;
MOUSE_OVER: string;
MOUSE_OVER_OPTION: string;
MOUSE_UP: string;
PAGE_CHANGED: string;
POST: string;
REFRESH: string;
REMOVE: string;
RESIZE: string;
SCROLL: string;
SEARCH: string;
SHIFT_CLICK: string;
SUBMIT: string;
SUBSCRIBE: string;
UPDATE_MODEL_VALUE: string;
WORKSPACE: string;
};