interface LoadButtonProps {
    isFetching: boolean;
    loadMore: () => any;
}

Properties

Properties

isFetching: boolean
loadMore: () => any