UNPKG

recyclerlistview

Version:

The listview that you need and deserve. It was built for performance, uses cell recycling to achieve smooth scrolling.

8 lines (7 loc) 160 B
export default class CustomError extends Error { constructor(exception: Exception); } export interface Exception { type: string; message: string; }