UNPKG

@shopify/flash-list

Version:

FlashList is a more performant FlatList replacement

8 lines 201 B
export default class CustomError extends Error { constructor(exception: Exception); } export interface Exception { type: string; message: string; } //# sourceMappingURL=CustomError.d.ts.map