ant-design/components/card
Mitchell Demler 293d63910a Fix type definition for Card Component. (#7196)
React.Component requires two parameters. The second parameter (State) is now optional in a more recent version of @types/react however upgrading to this has several major/breaking changes elsewhere. I would prefer to explicitly define State as `{}` in this case.
2017-08-14 09:44:44 +08:00
..
__tests__ Update Card demo 2017-08-08 21:21:49 +08:00
demo typo 2017-08-08 21:22:09 +08:00
style Collapse the border or Card.Grid 2017-08-08 21:13:29 +08:00
Grid.tsx Add noHovering and Card.Grid (#6748) 2017-07-07 13:36:54 +08:00
index.en-US.md fix noHovering API typo, close #7078 2017-08-04 14:15:17 +08:00
index.tsx Fix type definition for Card Component. (#7196) 2017-08-14 09:44:44 +08:00
index.zh-CN.md fix noHovering API typo, close #7078 2017-08-04 14:15:17 +08:00