1
This commit is contained in:
20
admin/node_modules/element-plus/lib/hooks/use-aria/index.d.ts
generated
vendored
Normal file
20
admin/node_modules/element-plus/lib/hooks/use-aria/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
export declare const ariaProps: {
|
||||
ariaLabel: StringConstructor;
|
||||
ariaOrientation: {
|
||||
readonly type: import("vue").PropType<string>;
|
||||
readonly required: false;
|
||||
readonly validator: ((val: unknown) => boolean) | undefined;
|
||||
__epPropKey: true;
|
||||
};
|
||||
ariaControls: StringConstructor;
|
||||
};
|
||||
export declare const useAriaProps: <T extends keyof typeof ariaProps>(arias: Array<T>) => Pick<{
|
||||
ariaLabel: StringConstructor;
|
||||
ariaOrientation: {
|
||||
readonly type: import("vue").PropType<string>;
|
||||
readonly required: false;
|
||||
readonly validator: ((val: unknown) => boolean) | undefined;
|
||||
__epPropKey: true;
|
||||
};
|
||||
ariaControls: StringConstructor;
|
||||
}, T>;
|
||||
Reference in New Issue
Block a user