@shikshalokam/sl-reports-library
Version:
Library to integrate questionnaire in SL Projects
12 lines (11 loc) • 548 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class GenericChartComponent implements OnInit {
reportSections: any;
constructor();
ngOnInit(): void;
extension(name: any): any;
openFile(file: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<GenericChartComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GenericChartComponent, "sl-generic-chart", never, { "reportSections": { "alias": "reportSections"; "required": false; }; }, {}, never, never, false, never>;
}