UNPKG
rb-data-table
Version:
latest (1.6.5)
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.2
1.5.0
1.4.0
Angular Smart Table
akveo.github.io/ng2-smart-table/
rb-data-table
/
components
/
cell
/
cell-edit-mode
/
default-edit.component.d.ts
6 lines
(5 loc)
•
173 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
; }