TeaSpeak-Client/imports/shared-app/ui/modal/settings/MicrophoneRenderer.d.ts

7 lines
289 B
TypeScript
Raw Normal View History

2021-02-20 12:55:36 -05:00
/// <reference types="react" />
import { Registry } from "tc-shared/events";
2021-04-19 14:27:12 -04:00
import { MicrophoneSettingsEvents } from "tc-shared/ui/modal/settings/MicrophoneDefinitions";
2021-02-20 12:55:36 -05:00
export declare const MicrophoneSettings: (props: {
events: Registry<MicrophoneSettingsEvents>;
}) => JSX.Element;