Skip to content

Commit

Permalink
fix(Card): add link prop to typings (Semantic-Org#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter authored and harel committed Feb 25, 2017
1 parent d585a4d commit 0f2e813
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 0f2e813

Please sign in to comment.