UNPKG

@iotize/ionic

Version:

Iotize specific building blocks on top of @ionic/angular.

13 lines (12 loc) 678 B
import { OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class LabelValueComponent implements OnInit { unit?: string; color?: string; valueStyle?: string; value?: any; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<LabelValueComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<LabelValueComponent, "tap-label-value", never, { "unit": { "alias": "unit"; "required": false; }; "color": { "alias": "color"; "required": false; }; "valueStyle": { "alias": "valueStyle"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, never, false, never>; }