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

3 lines
143 B
TypeScript
Raw Normal View History

2021-05-01 17:38:36 -04:00
import { ConnectionHandler } from "tc-shared/ConnectionHandler";
export declare function spawnServerInfoNew(handler: ConnectionHandler): void;