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-edit-mode
/
default-edit.component.d.ts
6 lines
(5 loc)
•
178 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
EditCellDefault
}
from
'./edit-cell-default'
;
export
declare
class
DefaultEditComponent
extends
EditCellDefault
{
constructor
(
);
getEditorType
():
string
; }