UNPKG
angular-9-datatable
Version:
latest (0.1.1)
0.1.1
0.1.0
DataTable component for Angular 9 framework
www.npmjs.com/package/angular-9-datatable
angular-9-datatable
/
lib
/
bootstrap-paginator.component.d.ts
9 lines
(8 loc)
•
281 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
OnChanges
}
from
"@angular/core"
;
import
{
DataTable
}
from
"./data-table.directive"
;
export
declare
class
BootstrapPaginator
implements
OnChanges
{
rowsOnPageSet
:
any
[];
mfTable
:
DataTable
;
minRowsOnPage
:
number
;
ngOnChanges
(
changes
:
any
):
any
; }