Skip to content

Commit

Permalink
fix(Card): add link prop to typings (#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter authored and levithomason committed Feb 22, 2017
1 parent 76dfe9b commit 930892e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/Card/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ interface CardProps {
/** A card can contain an Image component. */
image?: any;

/** A card can be formatted to link to other content. */
link?: boolean;

/** Shorthand for CardMeta. */
meta?: any;

Expand Down

0 comments on commit 930892e

Please sign in to comment.