UNPKG

rune

Version:

CLI to upload your games to Rune

7 lines (6 loc) 223 B
import React from "react"; import { GameDevType } from "../../generated/types.js"; export declare function InviteMemberStep({ gameId, memberType, }: { gameId: number; memberType: GameDevType; }): React.JSX.Element;