[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
@@ -33,4 +33,4 @@ CellGroup.props = {
}
};
export default sfc(CellGroup);
export default sfc<CellGroupProps>(CellGroup);