/** * Should be used with `components/load-more`. */ export const LIST_LOADING_STATUS = { READY: 0, LOADING: 1, NO_MORE: 2, FAILED: 3, };