Skip to content

Commit e848f85

Browse files
committed
export StyledLinkProps to allow Link to be extended
1 parent f200344 commit e848f85

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)