AppSwipeRefreshList

@Composable
fun <T : Any> AppSwipeRefreshList(items: LazyPagingItems<T>, listState: LazyListState, refreshState: SwipeRefreshState, content: @Composable (Int, T) -> Unit): <ERROR CLASS>

Overload for app SwipeRefreshList