UNPKG

@ng-web-apis/midi

Version:

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

4 lines (3 loc) 168 B
import { InjectionToken } from '@angular/core'; import { type Observable } from 'rxjs'; export declare const WA_MIDI_OUTPUTS: InjectionToken<Observable<MIDIOutput[]>>;