first commit
This commit is contained in:
5
node_modules/@vant/use/dist/useScrollParent/index.d.ts
generated
vendored
Normal file
5
node_modules/@vant/use/dist/useScrollParent/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Ref } from 'vue';
|
||||
type ScrollElement = HTMLElement | Window;
|
||||
export declare function getScrollParent(el: Element, root?: ScrollElement | undefined): Window | Element | undefined;
|
||||
export declare function useScrollParent(el: Ref<Element | undefined>, root?: ScrollElement | undefined): Ref<Window | Element | undefined>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user