We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f200344 + e848f85 commit cf9eae5Copy full SHA for cf9eae5
1 file changed
src/components/Link.tsx
@@ -20,7 +20,7 @@ const LinkInner = styled.span<{ withArrow: boolean }>`
20
`};
21
`;
22
23
-interface StyledLinkProps {
+export interface StyledLinkProps {
24
containsIcon?: boolean;
25
secondary?: boolean;
26
tertiary?: boolean;
0 commit comments