UNPKG
ng2-stable-nxtc
Version:
latest (1.2.8)
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
Angular Smart Table neXtCode Version
akveo.github.io/ng2-smart-table/
ng2-stable-nxtc
/
components
/
cell
/
cell-editors
/
input-editor.component.d.ts
5 lines
(4 loc)
•
141 B
TypeScript
View Raw
1
2
3
4
5
import
{
DefaultEditor
}
from
'./default-editor'
;
export
declare
class
InputEditorComponent
extends
DefaultEditor
{
constructor
(
); }