UNPKG

slanted-gamedev-toolz

Version:

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

7 lines (6 loc) 168 B
import type React from "react"; export interface MatchScoreProps { score: number; target: number; } export declare const MatchScore: React.FC<MatchScoreProps>;