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

8 lines (7 loc) 232 B
import React from 'react'; import { RoomObject } from '../utils/constants.js'; interface ObjectsDisplayProps { objects: RoomObject[]; } declare const ObjectsDisplay: React.FC<ObjectsDisplayProps>; export default ObjectsDisplay;