UNPKG

@intzi1992/cdk-table-exporter

Version:
10 lines (9 loc) 388 B
import type * as XLSX from 'xlsx'; import * as i0 from "@angular/core"; export declare class SheetjsHelperService { private xlsxLightweight; constructor(xlsxLightweight: boolean); getXlsx(): Promise<typeof XLSX>; static ɵfac: i0.ɵɵFactoryDeclaration<SheetjsHelperService, [{ optional: true; }]>; static ɵprov: i0.ɵɵInjectableDeclaration<SheetjsHelperService>; }