UNPKG

ngx-svg-graphics

Version:

Small svg library to link components or svg elements with arrows and allow to drag components.

20 lines (19 loc) 978 B
import { EventEmitter, OnChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TextAreaSvgComponent implements OnChanges { text: string; x: number; y: number; w: number; h: number; singleEdit: boolean; textChange: EventEmitter<string>; distributedText: string[]; isActive: boolean; ngOnChanges(): void; handleClick(): void; leaveTextInput(): void; distributeText(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaSvgComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaSvgComponent, "[text-area-svg]", never, { "text": { "alias": "text"; "required": false; }; "x": { "alias": "x"; "required": false; }; "y": { "alias": "y"; "required": false; }; "w": { "alias": "w"; "required": false; }; "h": { "alias": "h"; "required": false; }; "singleEdit": { "alias": "singleEdit"; "required": false; }; }, { "textChange": "textChange"; }, never, never, true, never>; }