UNPKG

@shopify/flash-list

Version:

FlashList is a more performant FlatList replacement

8 lines (7 loc) 136 B
export default interface ViewToken<T> { item: T; key: string; index: number | null; isViewable: boolean; timestamp: number; }