Skip to content

Commit

Permalink
✨ Add Link role
Browse files Browse the repository at this point in the history
  • Loading branch information
LEGRELLE, Félix committed Dec 20, 2024
1 parent 3b26dbb commit 881072d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react/components/link/LinkProps.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { IconName, IconNameValues } from '../../components/icon'
import { Accessibility, Clickable, Dev } from '../../objects/facets'
import { CommonProps } from '../../objects/facets/CommonProps'
import { AriaRole } from 'react'

/**
* Link Interface
Expand All @@ -15,4 +16,5 @@ export interface LinkProps extends Accessibility, Clickable, Dev, CommonProps {
inverted?: boolean
blank?: boolean
title?: string
role?: AriaRole
}

0 comments on commit 881072d

Please sign in to comment.