stimulsoft-viewer-angular
Version:
Stimulsoft Viewer Angular
13 lines (12 loc) • 623 B
TypeScript
import { OnInit } from '@angular/core';
import { ModelService } from '../services/model.service';
import * as i0 from "@angular/core";
export declare class TextBlockComponent implements OnInit {
model: ModelService;
text: string;
margin: string;
constructor(model: ModelService);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TextBlockComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TextBlockComponent, "sti-text-block", never, { "text": { "alias": "text"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; }, {}, never, never, false, never>;
}