TeaSpeak-Client/imports/shared-app/ui/tree/Renderer.d.ts

8 lines
283 B
TypeScript
Raw Normal View History

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