Преглед на файлове

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…
Отказ
Запис