hongluan-ui
Version:
Hongluan Component Library for Vue 3
27 lines (26 loc) • 1.18 kB
TypeScript
import type { SFCWithInstall } from 'hongluan-ui/es/utils';
declare const _InfiniteScroll: SFCWithInstall<import("vue").ObjectDirective<HTMLElement & {
InfiniteScroll: {
container: HTMLElement | Window;
containerEl: HTMLElement;
instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
delay: number;
lastScrollTop: number;
cb: () => void;
onScroll: () => void;
observer?: MutationObserver;
};
}, () => void>>;
export default _InfiniteScroll;
export declare const HlInfiniteScroll: SFCWithInstall<import("vue").ObjectDirective<HTMLElement & {
InfiniteScroll: {
container: HTMLElement | Window;
containerEl: HTMLElement;
instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
delay: number;
lastScrollTop: number;
cb: () => void;
onScroll: () => void;
observer?: MutationObserver;
};
}, () => void>>;