UNPKG

@hhoangphuoc/escape-room-cli

Version:

A CLI for playing AI-generated escape room games. Install globally with: npm install -g @hhoangphuoc/escape-room-cli

9 lines (8 loc) 197 B
type Props = { name?: string; email?: string; register?: boolean; login?: boolean; }; export default function App(props: Props): import("react/jsx-runtime").JSX.Element; export {};