Fixed client build and updated the imports

This commit is contained in:
WolverinDEV
2021-02-20 18:50:18 +01:00
parent ee1269e375
commit 5e41be9f8a
321 changed files with 51 additions and 11182 deletions
@@ -1,15 +0,0 @@
import { ConnectionHandler } from "tc-shared/ConnectionHandler";
import { Registry } from "tc-shared/events";
import { ChannelFileBrowserUiEvents } from "tc-shared/ui/frames/side/ChannelFileBrowserDefinitions";
import { ChannelEntry } from "tc-shared/tree/Channel";
export declare class ChannelFileBrowserController {
readonly uiEvents: Registry<ChannelFileBrowserUiEvents>;
private currentConnection;
private remoteBrowseEvents;
private currentChannel;
constructor();
destroy(): void;
setConnectionHandler(connection: ConnectionHandler): void;
setChannel(channel: ChannelEntry | undefined): void;
private notifyEvents;
}