UNPKG

@intzi1992/cdk-table-exporter

Version:
9 lines (8 loc) 144 B
export declare enum ExportType { XLS = "xls", XLSX = "xlsx", CSV = "csv", TXT = "txt", JSON = "json", OTHER = "other" }