TeaSpeak-Client/imports/shared-app/ui/modal/channel-info/Controller.d.ts

3 lines
126 B
TypeScript

import { ChannelEntry } from "tc-shared/tree/Channel";
export declare function spawnChannelInfo(channel: ChannelEntry): void;