truly-ui
Version:
Web Components for Desktop Applications.
14 lines • 565 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ImageComponent implements OnInit {
size: string;
gender: string;
shape: string;
pathMale: string;
pathFemale: string;
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ImageComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ImageComponent, "tl-image", never, { "size": "size"; "gender": "gender"; "shape": "shape"; }, {}, never, never, false, never>;
}
//# sourceMappingURL=image.component.d.ts.map