UNPKG
ng2-smart-table-pager-mod
Version:
latest (1.2.1)
1.2.1
Angular Smart Table Mod
akveo.github.io/ng2-smart-table/
ng2-smart-table-pager-mod
/
components
/
cell
/
cell-view-mode
/
view-cell.component.d.ts
5 lines
(4 loc)
•
114 B
TypeScript
View Raw
1
2
3
4
5
import { Cell } from
'../../../lib/data-set/cell'
; export declare
class
ViewCellComponent
{ cell: Cell; }