UNPKG

rune

Version:

CLI to upload your games to Rune

8 lines (7 loc) 262 B
import React from "react"; import { GameDevType } from "../../generated/types.js"; export declare function UpdateMemberStep({ gameId, memberId, memberType, }: { gameId: number; memberId: number; memberType: GameDevType | null; }): React.JSX.Element;