4 lines
253 B
TypeScript
Raw Normal View History

2021-02-20 18:55:36 +01:00
import { Registry } from "tc-shared/events";
2021-04-19 20:27:12 +02:00
import { MicrophoneSettingsEvents } from "tc-shared/ui/modal/settings/MicrophoneDefinitions";
2021-02-20 18:55:36 +01:00
export declare function initialize_audio_microphone_controller(events: Registry<MicrophoneSettingsEvents>): void;