@mescius/activereportsjs-angular
Version:
ActiveReportsJS components for Angular
10 lines (9 loc) • 369 B
TypeScript
import { Export } from './export-injectiontoken';
import * as i0 from "@angular/core";
export declare class XlsxAdvExportService extends Export {
constructor();
readonly key = "xlsxAdv";
init(): Promise<void>;
static ɵfac: i0.ɵɵFactoryDeclaration<XlsxAdvExportService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<XlsxAdvExportService>;
}