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

7 lines
298 B
TypeScript
Raw Normal View History

2021-02-07 20:01:37 +01:00
/// <reference types="react" />
import { Registry } from "tc-shared/events";
import { ChannelFileBrowserUiEvents } from "tc-shared/ui/frames/side/ChannelFileBrowserDefinitions";
export declare const ChannelFileBrowser: (props: {
events: Registry<ChannelFileBrowserUiEvents>;
}) => JSX.Element;