UNPKG
@flaviosantoro92/ngx-datatable
Version:
latest (1.0.2)
1.0.2
ngx-datatable fork with updated dependencies.
@flaviosantoro92/ngx-datatable
/
lib
/
types
/
column-mode.type.d.ts
6 lines
(5 loc)
•
101 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
enum
ColumnMode
{ standard =
"standard"
, flex =
"flex"
, force =
"force"
}