Skip to content

Commit

Permalink
Merge pull request #419 from storybookjs/styled-link-props
Browse files Browse the repository at this point in the history
export StyledLinkProps to allow Link to be extended
  • Loading branch information
winkerVSbecks authored Jun 1, 2023
2 parents f200344 + e848f85 commit cf9eae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const LinkInner = styled.span<{ withArrow: boolean }>`
`};
`;

interface StyledLinkProps {
export interface StyledLinkProps {
containsIcon?: boolean;
secondary?: boolean;
tertiary?: boolean;
Expand Down

0 comments on commit cf9eae5

Please sign in to comment.