Преглед изворни кода

Derive properties from React.Props

crobi пре 9 година
родитељ
комит
aa78a47c46
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      client/src/views/components/deck.ts

+ 1
- 1
client/src/views/components/deck.ts Прегледај датотеку

@@ -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…
Откажи
Сачувај