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.
underline
1 parent a05b1f9 commit 9403294Copy full SHA for 9403294
.changeset/short-lands-create.md
@@ -0,0 +1,5 @@
1
+---
2
+'@primer/react': patch
3
4
+
5
+Remove unused `underline` prop from LinkButtonProps.
packages/react/src/Button/types.ts
@@ -93,7 +93,6 @@ export type IconButtonProps = ButtonA11yProps & {
93
94
// adopted from React.AnchorHTMLAttributes
95
export type LinkButtonProps = {
96
- underline?: boolean
97
download?: string
98
href?: string
99
hrefLang?: string
0 commit comments