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.
1 parent bb4d8d4 commit a861d0eCopy full SHA for a861d0e
src/components/DsfrHeader/DsfrHeader.types.ts
@@ -20,7 +20,6 @@ export type DsfrHeaderMenuLinkProps = {
20
* @deprecated Use the prop `to` instead
21
*/
22
path?: string
23
- class?: string | Record<string, string> | Array<string | Record<string, string>>
24
}
25
26
export type DsfrHeaderProps = {
@@ -34,7 +33,7 @@ export type DsfrHeaderProps = {
34
33
operatorImgSrc?: string
35
operatorImgStyle?: StyleValue
36
placeholder?: string
37
- quickLinks?: DsfrHeaderMenuLinkProps[]
+ quickLinks?: (DsfrHeaderMenuLinkProps & HTMLAttributes)[]
38
languageSelector?: DsfrLanguageSelectorProps
39
searchLabel?: string
40
quickLinksAriaLabel?: string
0 commit comments