UNPKG

stimulsoft-forms

Version:
12 lines (11 loc) 569 B
import { OnInit } from "@angular/core"; import { StiModelService } from "../services/model.service"; import * as i0 from "@angular/core"; export declare class StiProgressComponent implements OnInit { model: StiModelService; display: any; constructor(model: StiModelService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<StiProgressComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<StiProgressComponent, "sti-progress", never, { "display": { "alias": "display"; "required": false; }; }, {}, never, never, false, never>; }