UNPKG

@iotize/ionic

Version:

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

13 lines (12 loc) 558 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": "unit"; "color": "color"; "valueStyle": "valueStyle"; "value": "value"; }, {}, never, never, false, never>; }