export type LazyLoadOptions = {
    scrollLength?: number;
    waitingTime?: number;
    maxAmountToScroll?: number;
};
