UNPKG
@freedomds/shared-pagination
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
FDS-Shared - Helper types for grid pagination, sorting and filtering
@freedomds/shared-pagination
/
src
/
pagination-result.js
9 lines
•
302 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
PaginationResult
=
/**
@class
*/
(
function
(
) {
function
PaginationResult
(
) { }
return
PaginationResult
; }());
exports
.
PaginationResult
=
PaginationResult
;
//# sourceMappingURL=pagination-result.js.map