UNPKG

slanted-gamedev-toolz

Version:

A slanted mix of tools for your brilliant ideas in game design.

7 lines (6 loc) 197 B
import React from "react"; import { CatCard } from "../../cardDecks/catsDeck"; export interface MatchScoreProps { hand: CatCard[]; } export declare const HandFooter: React.FC<MatchScoreProps>;