blob: d20f434544b3fd55f285fa40dfb8aec41ae5e4ff [file] [log] [blame]
#![allow(unused_imports)]
use super::*;
use wasm_bindgen::prelude::*;
#[wasm_bindgen]
extern "C" {
# [wasm_bindgen (extends = :: js_sys :: Object , js_name = MIDIOutputMap , typescript_type = "MIDIOutputMap")]
#[derive(Debug, Clone, PartialEq, Eq)]
#[doc = "The `MidiOutputMap` class."]
#[doc = ""]
#[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/MIDIOutputMap)"]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `MidiOutputMap`*"]
pub type MidiOutputMap;
}