interface SoundPlayerEventMap {
    play: [];
    stop: [];
}

Properties

Properties

play: []
stop: []