UNPKG

@manekinekko/angular-web-bluetooth

Version:
10 lines (9 loc) 377 B
/// <reference types="web-bluetooth" /> import * as i0 from "@angular/core"; export declare class BrowserWebBluetooth { private ble; constructor(); requestDevice(options: RequestDeviceOptions): Promise<BluetoothDevice>; static ɵfac: i0.ɵɵFactoryDeclaration<BrowserWebBluetooth, never>; static ɵprov: i0.ɵɵInjectableDeclaration<BrowserWebBluetooth>; }