Skip to content

Commit

Permalink
Add langMenuAriaLabel property to type specification LocaleConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sabicalija committed Mar 6, 2023
1 parent c2de74e commit e760402
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion types/shared.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,9 @@ export interface LocaleSpecificConfig<ThemeConfig = any> {

export type LocaleConfig<ThemeConfig = any> = Record<
string,
LocaleSpecificConfig<ThemeConfig> & { label: string; link?: string }
LocaleSpecificConfig<ThemeConfig> & {
label: string
link?: string
langMenuAriaLabel?: string
}
>

0 comments on commit e760402

Please sign in to comment.