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

8 lines
283 B
TypeScript

/// <reference types="react" />
import { Registry } from "tc-shared/events";
import { ChannelTreeUIEvents } from "tc-shared/ui/tree/Definitions";
export declare const ChannelTreeRenderer: (props: {
handlerId: string;
events: Registry<ChannelTreeUIEvents>;
}) => JSX.Element;