Explorar el Código

Derive properties from React.Props

crobi hace 9 años
padre
commit
aa78a47c46
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      client/src/views/components/deck.ts

+ 1
- 1
client/src/views/components/deck.ts Ver fichero

@@ -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…
Cancelar
Guardar