UNPKG

@iotize/ionic

Version:

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

12 lines (11 loc) 746 B
import { InlineEditorComponent } from '@iotize/ionic'; import { MonitoringVariableValueComponent } from '../monitoring-variable-value/monitoring-variable-value.component'; import * as i0 from "@angular/core"; export declare class TapVariableNumberComponent extends MonitoringVariableValueComponent { inputOptions: InlineEditorComponent.NumberOptions; set min(value: number | undefined); set max(value: number | undefined); set value(value: number); static ɵfac: i0.ɵɵFactoryDeclaration<TapVariableNumberComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TapVariableNumberComponent, "tap-variable-number", never, { "min": "min"; "max": "max"; "value": "value"; }, {}, never, never, false, never>; }