UNPKG
@paddls/ngx-easy-table
Version:
latest (18.0.2)
18.0.2
17.0.0
16.1.0
16.0.0
16.0.0-rc.6
16.0.0-rc.5
16.0.0-rc.4
16.0.0-rc.3
16.0.0-rc.2
Angular easy table
github.com/paddls/ngx-easy-table
paddls/ngx-easy-table
@paddls/ngx-easy-table
/
lib
/
model
/
pagination.d.ts
6 lines
•
130 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
Pagination
{
limit
:
number
;
offset
:
number
;
count
:
number
; }
//# sourceMappingURL=pagination.d.ts.map