鍒濆鎻愪氦锛氱墰鍙暟鎹鐞嗙郴缁?- 鍖呭惈鍚庣Spring Boot鍜屽墠绔疺ue3椤圭洰
This commit is contained in:
11
admin-system/node_modules/element-plus/es/directives/mousewheel/index.d.ts
generated
vendored
Normal file
11
admin-system/node_modules/element-plus/es/directives/mousewheel/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { ObjectDirective } from 'vue';
|
||||
import type { NormalizedWheelEvent } from 'normalize-wheel-es';
|
||||
export declare const SCOPE = "_Mousewheel";
|
||||
interface WheelElement extends HTMLElement {
|
||||
[SCOPE]: null | {
|
||||
wheelHandler?: (event: WheelEvent) => void;
|
||||
};
|
||||
}
|
||||
type MousewheelCallback = (e: WheelEvent, normalized: NormalizedWheelEvent) => void;
|
||||
declare const Mousewheel: ObjectDirective<WheelElement, MousewheelCallback>;
|
||||
export default Mousewheel;
|
||||
Reference in New Issue
Block a user