UNPKG

rune

Version:

CLI to upload your games to Rune

8 lines (7 loc) 304 B
import React from "react"; export declare function ConfirmationStep({ label, gameId, gameDir, onComplete, }: { label: (gameTitle: string, gameDir: string) => string; gameId: number | null; gameDir: string; onComplete: (confirmed: boolean, gameDir: string) => void; }): React.JSX.Element;