UNPKG

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

Version:

FlashList is a more performant FlatList replacement

8 lines 339 B
import type { Int32 } from "react-native/Libraries/Types/CodegenTypes"; import type { ViewProps, HostComponent } from "react-native"; interface NativeProps extends ViewProps { index?: Int32; } declare const _default: HostComponent<NativeProps>; export default _default; //# sourceMappingURL=CellContainerNativeComponent.d.ts.map