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-editors
/
input-editor.component.d.ts
5 lines
(4 loc)
•
137 B
TypeScript
View Raw
1
2
3
4
5
import
{
DefaultEditor
}
from
'./default-editor'
;
export
declare
class
InputEditorComponent
extends
DefaultEditor
{
constructor
(
); }