TeaSpeak-Client/imports/shared-app/ui/frames/side/ChannelBarRenderer.d.ts
2021-02-20 18:55:36 +01:00

7 lines
274 B
TypeScript

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