3 lines
141 B
TypeScript
Raw Normal View History

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