@shopify/flash-list
Version:
FlashList is a more performant FlatList replacement
24 lines • 598 B
TypeScript
declare const ExceptionList: {
refreshBooleanMissing: {
message: string;
type: string;
};
stickyWhileHorizontalNotSupported: {
message: string;
type: string;
};
columnsWhileHorizontalNotSupported: {
message: string;
type: string;
};
multipleViewabilityThresholdTypesNotSupported: {
message: string;
type: string;
};
overrideItemLayoutRequiredForMasonryOptimization: {
message: string;
type: string;
};
};
export default ExceptionList;
//# sourceMappingURL=ExceptionList.d.ts.map