TeaSpeak-Client/imports/shared-app/ui/frames/side/ChannelBarRenderer.d.ts

7 lines
274 B
TypeScript
Raw Normal View History

2021-02-07 20:01:37 +01:00
/// <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;