@iotize/ionic
Version:
Iotize specific building blocks on top of @ionic/angular.
14 lines (13 loc) • 665 B
TypeScript
import { CurrentDeviceService } from '@iotize/ionic';
import { PinSchema } from './definitions';
import * as i0 from "@angular/core";
export declare class TapGpioComponent {
tapService: CurrentDeviceService;
schema: PinSchema;
lines: string;
pins: PinSchema;
constructor(tapService: CurrentDeviceService);
get tap(): import("@iotize/tap").Tap;
static ɵfac: i0.ɵɵFactoryDeclaration<TapGpioComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TapGpioComponent, "tap-gpio", never, { "schema": { "alias": "schema"; "required": false; }; "lines": { "alias": "lines"; "required": false; }; }, {}, never, never, false, never>;
}