Skip to content

Commit

Permalink
style(web): fix prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
daltonmenezes committed Feb 15, 2023
1 parent e527f6f commit 787512e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/web/src/components/Docs/LinkTree/Link/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ export const Button = styled('a', {
},
})

type ButtonType = typeof Button

export type ButtonProps = {
href: string
} & typeof Button['defaultProps']
} & ButtonType['defaultProps']

0 comments on commit 787512e

Please sign in to comment.