UNPKG

@ng-web-apis/midi

Version:

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

8 lines (7 loc) 311 B
import { InjectionToken } from '@angular/core'; import type { Observable } from 'rxjs'; export declare const WA_MIDI_OUTPUTS: InjectionToken<Observable<MIDIOutput[]>>; /** * @deprecated: drop in v5.0, use {@link WA_MIDI_OUTPUTS} */ export declare const MIDI_OUTPUTS: InjectionToken<Observable<MIDIOutput[]>>;