UNPKG

sound-manager

Version:
8 lines (6 loc) 165 B
import { ICreateSoundOptions, } from './ICreateSoundOptions'; export interface ICreateHtmlAudioSoundOptions extends ICreateSoundOptions { url: string; }