UNPKG
@intzi1992/cdk-table-exporter
Version:
latest (17.0.0)
17.0.0
16.0.4
16.0.3
Abstract CdkTable Exporter
halittalha.github.io/ng-material-extensions
intzi/ng-material-extensions
@intzi1992/cdk-table-exporter
/
lib
/
export-type.d.ts
9 lines
(8 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
enum
ExportType
{
XLS
=
"xls"
,
XLSX
=
"xlsx"
,
CSV
=
"csv"
,
TXT
=
"txt"
,
JSON
=
"json"
,
OTHER
=
"other"
}