TeaSpeak-Client/imports/shared-app/ui/frames/connection-handler-list/Renderer.d.ts
2021-02-20 18:55:36 +01:00

7 lines
294 B
TypeScript

/// <reference types="react" />
import { Registry } from "tc-shared/events";
import { ConnectionListUIEvents } from "tc-shared/ui/frames/connection-handler-list/Definitions";
export declare const ConnectionHandlerList: (props: {
events: Registry<ConnectionListUIEvents>;
}) => JSX.Element;