UNPKG

@asi-ngtools/lib

Version:

This project is a little components library, simple to use, which will help you to simplify your project.

9 lines (8 loc) 180 B
export declare class AsiTableData<T> { pageIndex: number; results: Array<T>; totalElements: number; totalPages: number; paginate: boolean; constructor(); }