@iotize/ionic
Version:
Iotize specific building blocks on top of @ionic/angular.
15 lines (14 loc) • 700 B
TypeScript
import { AbstractVariable } from '@iotize/tap/data';
import { GPIOMode } from '@iotize/tap/service/impl/gpio';
import * as i0 from "@angular/core";
export declare class TapVariableGpioModeComponent {
options: {
key: GPIOMode;
text: string;
}[];
editable?: boolean;
variable?: AbstractVariable<GPIOMode>;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<TapVariableGpioModeComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TapVariableGpioModeComponent, "tap-variable-gpio-mode", never, { "editable": { "alias": "editable"; "required": false; }; "variable": { "alias": "variable"; "required": false; }; }, {}, never, never, false, never>;
}