测试
This commit is contained in:
17
frontend/node_modules/element-plus/lib/constants/aria.d.ts
generated
vendored
Normal file
17
frontend/node_modules/element-plus/lib/constants/aria.d.ts
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
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;
|
||||
};
|
||||
Reference in New Issue
Block a user