1
0
mirror of https://github.com/lexogrine/dota2-react-hud.git synced 2026-05-04 12:33:11 +02:00

Updated typings usage

This commit is contained in:
Hubert Walczak
2021-07-22 18:17:46 +02:00
parent 3ba5265d41
commit dbe53ec4a6
5 changed files with 102 additions and 276 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
import { Dota2 } from "dotagsi";
import React from "react";
import Observed from "./../Players/Observed";
@@ -5,7 +6,7 @@ import Observed from "./../Players/Observed";
interface Props {
game: any,
game: Dota2,
}
export default class Layout extends React.Component<Props> {