@agendize/design-system
Version:
Agendize web design system
4 lines • 374 B
TypeScript
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