Files
dsProject/dsBase/WebRoot/html/cdn/lib/tokens/scrollbar.d.ts

7 lines
224 B
TypeScript
Raw Normal View History

2025-08-14 15:45:08 +08:00
import type { InjectionKey } from 'vue';
export interface scrollbarContext {
scrollbarElement: HTMLDivElement;
wrapElement: HTMLDivElement;
}
export declare const scrollbarContextKey: InjectionKey<scrollbarContext>;