TeaSpeak-Client/imports/shared-app/ui/frames/side/ClientInfoRenderer.d.ts
2021-02-07 20:01:37 +01:00

7 lines
270 B
TypeScript

/// <reference types="react" />
import { ClientInfoEvents } from "tc-shared/ui/frames/side/ClientInfoDefinitions";
import { Registry } from "tc-shared/events";
export declare const ClientInfoRenderer: (props: {
events: Registry<ClientInfoEvents>;
}) => JSX.Element;