UNPKG

@ng-web-apis/midi

Version:

An Observable based library for the use of Web MIDI API with Angular

3 lines (2 loc) 132 B
import { InjectionToken } from '@angular/core'; export declare const WA_MIDI_INPUT: InjectionToken<Promise<MIDIInput | undefined>>;