UNPKG

rune

Version:

CLI to upload your games to Rune

7 lines (6 loc) 260 B
import React from "react"; export declare function ChooseGameStep({ currentGameId, onComplete, onlyExisting, }: { currentGameId: number | null | undefined; onComplete: (gameId: number | null) => void; onlyExisting?: boolean; }): React.JSX.Element;