UNPKG

@agendize/design-system

Version:
4 lines 374 B
import { Ref } from "vue"; export declare function initInfiniteScroll(localContentRef: Ref, scrollTimeName: string, loading: Ref<boolean>, fetchNextPageFunction?: Function, autoLoading?: boolean, scrollOffset?: number): void; export declare function getScrollEventTarget(element: HTMLElement): HTMLElement | (Window & typeof globalThis); //# sourceMappingURL=scroll.d.ts.map