7 lines
278 B
TypeScript
Raw Normal View History

2021-02-20 18:55:36 +01:00
/// <reference types="react" />
import { Registry } from "tc-shared/events";
import { MicrophoneSettingsEvents } from "tc-shared/ui/modal/settings/Microphone";
export declare const MicrophoneSettings: (props: {
events: Registry<MicrophoneSettingsEvents>;
}) => JSX.Element;