Files
IOT_WEB/node_modules/element-plus/es/components/scrollbar/src/constants.d.ts
T
2026-08-21 15:36:24 +08:00

10 lines
353 B
TypeScript

import { InjectionKey } from "vue";
//#region ../../packages/components/scrollbar/src/constants.d.ts
interface ScrollbarContext {
scrollbarElement: HTMLDivElement | undefined;
wrapElement: HTMLDivElement | undefined;
}
declare const scrollbarContextKey: InjectionKey<ScrollbarContext>;
//#endregion
export { ScrollbarContext, scrollbarContextKey };