TeaSpeak-Client/imports/shared-app/ui/frames/connection-handler-list/Renderer.d.ts

7 lines
294 B
TypeScript
Raw Normal View History

2021-02-20 12:55:36 -05:00
/// <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;