ngx-tabler-icons
Version:
Tabler Icons library for Angular applications
10 lines (9 loc) • 559 B
TypeScript
import * as i0 from "@angular/core";
export declare class ITablerLineHeightComponent {
private defaultStrokeWidth;
size: number;
strokeWidth: number;
constructor(defaultStrokeWidth: number);
static ɵfac: i0.ɵɵFactoryDeclaration<ITablerLineHeightComponent, [{ optional: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<ITablerLineHeightComponent, "i-tabler-line-height", never, { "size": { "alias": "size"; "required": false; }; "strokeWidth": { "alias": "strokeWidth"; "required": false; }; }, {}, never, never, true, never>;
}