Files
it/frontend/node_modules/element-plus/lib/constants/aria.d.ts

18 lines
326 B
TypeScript
Raw Normal View History

2025-11-03 17:03:57 +08:00
export declare const EVENT_CODE: {
tab: string;
enter: string;
space: string;
left: string;
up: string;
right: string;
down: string;
esc: string;
delete: string;
backspace: string;
numpadEnter: string;
pageUp: string;
pageDown: string;
home: string;
end: string;
};