Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
fix: export type
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor committed Dec 4, 2023
1 parent 9110754 commit ee66b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/link/link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { LinkSize, LinkTarget } from './LinkConstants';
import { withStaticProps } from '../../types';
import styles from './link.module.scss';

type LinkProps = {
export type LinkProps = {
className?: string;
children: string;
href: string;
Expand Down

0 comments on commit ee66b64

Please sign in to comment.