UNPKG

xverse-components-utils

Version:

xverse components utils

13 lines (12 loc) 263 B
export interface IControlSoundProps { controlType: 'resumeAll' | 'pauseAll'; id: string; } /** * * @param props */ export declare function controlSound(props: IControlSoundProps): void; export interface ISpatialAudioProps { audiosConfig: string; }