Files
pig-farm-controller-fe/node_modules/element-plus/lib/components/scrollbar/src/constants.d.ts
2025-09-19 14:25:20 +08:00

7 lines
224 B
TypeScript

import type { InjectionKey } from 'vue';
export interface ScrollbarContext {
scrollbarElement: HTMLDivElement;
wrapElement: HTMLDivElement;
}
export declare const scrollbarContextKey: InjectionKey<ScrollbarContext>;