UNPKG

@react-native-oh-tpl/flash-list

Version:

FlashList is a more performant FlatList replacement

8 lines 191 B
export default interface ViewToken { item: any; key: string; index: number | null; isViewable: boolean; timestamp: number; } //# sourceMappingURL=ViewToken.d.ts.map