UNPKG

@shopify/flash-list

Version:

FlashList is a more performant FlatList replacement

6 lines 318 B
/// <reference types="react" /> import { Animated } from "react-native"; import { FlashListProps } from "./FlashListProps"; declare const AnimatedFlashList: Animated.AnimatedComponent<import("react").ComponentType<FlashListProps<any>>>; export default AnimatedFlashList; //# sourceMappingURL=AnimatedFlashList.d.ts.map