Files
dsProject/dsPgBase/WebRoot/html/cdn/lib/tokens/scrollbar.d.ts
2025-09-03 11:36:01 +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>;