3 lines
141 B
TypeScript
Raw Normal View History

2021-02-20 18:55:36 +01:00
import { ConnectionHandler } from "../../ConnectionHandler";
export declare function spawnInviteEditor(connection: ConnectionHandler): void;