import React, { useState } from 'react'; import './InfiniteScroll.css'; export default function KoleInfiniteScroll({ items = [], loading = false, status = 'more', height = '180px', children, onChange, onClick, onClose, onSubmit, onLoadMore }) { return (