@iotize/ionic
Version:
Iotize specific building blocks on top of @ionic/angular.
10 lines (9 loc) • 443 B
TypeScript
import { DiscoveredDeviceType } from '@iotize/ionic';
import { TestingScanner } from './testing-scanner';
import * as i0 from "@angular/core";
type BLEItemType = DiscoveredDeviceType;
export declare class BLEScannerTestingService extends TestingScanner<BLEItemType> {
static ɵfac: i0.ɵɵFactoryDeclaration<BLEScannerTestingService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<BLEScannerTestingService>;
}
export {};