@shopify/flash-list
Version:
FlashList is a more performant FlatList replacement
7 lines • 314 B
TypeScript
import React from "react";
/**
* On web we use a view instead of cell container till we build native web implementations
*/
declare const CellContainer: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
export default CellContainer;
//# sourceMappingURL=CellContainer.web.d.ts.map