Interface CardProps

Hierarchy

  • CardProps

Properties

cardId?: CardId
cardIndex?: number
cardType: CardType
handleCardClick?: ((index: number) => void)

Type declaration

    • (index: number): void
    • Parameters

      • index: number

      Returns void

playerId?: string
scale?: number

Generated using TypeDoc