UNPKG

react-native-unit-components

Version:

Unit React Native components

9 lines (6 loc) 216 B
import type { UNCard } from './card.types'; export enum UNMultipleCardsComponentPaginationType { infiniteScroll = 'infiniteScroll', pagination = 'pagination' } export type UNMultipleCardsOnLoadData = UNCard[];