Skip to content

Commit

Permalink
fix: react-uwp not export LinkState
Browse files Browse the repository at this point in the history
  • Loading branch information
myxvisual committed Aug 8, 2017
1 parent 6664dec commit d38629c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ArticleCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export interface DataProps {
image?: string;
href?: string;
size?: number;
target?: string;
}

export interface ArticleCardProps extends DataProps, React.HTMLAttributes<HTMLAnchorElement> {}
Expand Down Expand Up @@ -100,7 +101,6 @@ export default class ArticleCard extends React.Component<ArticleCardProps, Artic
useLazyLoad
useDivContainer
src={image}
alt="Work Show"
style={styles.image}
placeholder={
<div style={styles.imagePlaceholder}>
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export { default as Icon, IconProps, IconState } from "./Icon";
export { default as IconButton, IconButtonProps } from "./IconButton";

export { default as Image, ImageProps } from "./Image";
export { default as Link, LinkProps, LinkState } from "./Link";
export { default as Link, LinkProps } from "./Link";
export { default as ListView, ListViewProps, ListViewState } from "./ListView";
export { default as MarkdownRender, MarkdownRenderProps } from "./MarkdownRender";
export { default as MediaPlayer, MediaPlayerProps, MediaPlayerState } from "./MediaPlayer";
Expand Down

0 comments on commit d38629c

Please sign in to comment.