3 lines
145 B
TypeScript
Raw Normal View History

2021-04-19 20:27:12 +02:00
import { ConnectionHandler } from "tc-shared/ConnectionHandler";
export declare function spawnAvatarUpload(connection: ConnectionHandler): void;