Skip to content

Commit cf9eae5

Browse files
Merge pull request #419 from storybookjs/styled-link-props
export StyledLinkProps to allow Link to be extended
2 parents f200344 + e848f85 commit cf9eae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Link.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const LinkInner = styled.span<{ withArrow: boolean }>`
2020
`};
2121
`;
2222

23-
interface StyledLinkProps {
23+
export interface StyledLinkProps {
2424
containsIcon?: boolean;
2525
secondary?: boolean;
2626
tertiary?: boolean;

0 commit comments

Comments
 (0)