Sfoglia il codice sorgente

Derive properties from React.Props

crobi 9 anni fa
parent
commit
aa78a47c46
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      client/src/views/components/deck.ts

+ 1
- 1
client/src/views/components/deck.ts Vedi File

@@ -1,6 +1,6 @@
1 1
 module rpgcards {
2 2
 
3
-    export interface DeckTileProps {
3
+    export interface DeckTileProps extends React.Props<any> {
4 4
         key      : string; //< Unique key for react
5 5
         id       : string;
6 6
         name     : string;

Loading…
Annulla
Salva