Files
prop-data-guard/frontend/node_modules/element-plus/lib/components/scrollbar/src/constants.d.ts
T
2026-04-22 17:07:33 +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 };