UNPKG

clarity-react-infinite-list

Version:

A browser efficient infinite list for React apps that allows loading of items with differing heights and sizes.

10 lines (9 loc) 200 B
import * as ActionTypes from "../types"; export default function receivedUsersBatch(users) { return { type: ActionTypes.RECEIVED_USERS_BATCH, payload: { users } }; };