UNPKG

rune

Version:

CLI to upload your games to Rune

8 lines (7 loc) 339 B
import React from "react"; import { GameDevType } from "../../generated/types.js"; export declare function ChooseMemberTypeStep({ currentMemberType, onComplete, showRemove, }: { currentMemberType: GameDevType | null | undefined; onComplete: (memberType: GameDevType | null) => void; showRemove: boolean; }): React.JSX.Element;