UNPKG

@iotize/ionic

Version:

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

14 lines (13 loc) 612 B
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": "schema"; "lines": "lines"; }, {}, never, never, false, never>; }