[improvement] Tag: tsx (#2770)

This commit is contained in:
neverland
2019-02-17 18:49:22 +08:00
committed by GitHub
parent 82b29267a2
commit 890bd72268
3 changed files with 27 additions and 9 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ Info.props = {
info: [String, Number]
};
export default sfc(Info);
export default sfc<InfoProps>(Info);