@shopify/flash-list
Version:
FlashList is a more performant FlatList replacement
8 lines • 332 B
TypeScript
import React from "react";
import { ViewProps } from "react-native";
export interface CellContainerProps extends ViewProps {
index: number;
}
declare const CellContainer: React.ForwardRefExoticComponent<CellContainerProps & React.RefAttributes<unknown>>;
export default CellContainer;
//# sourceMappingURL=CellContainer.d.ts.map