完全跑通1.0版本
This commit is contained in:
10
frontend/node_modules/element-plus/lib/components/scrollbar/src/constants.d.ts
generated
vendored
Normal file
10
frontend/node_modules/element-plus/lib/components/scrollbar/src/constants.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
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 };
|
||||
Reference in New Issue
Block a user