Skip to content

Commit

Permalink
fix(types): missing ariaLabel at default theme config
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Jan 18, 2022
1 parent a956e42 commit a7b12bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/@vuepress/types/src/theme-default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,10 @@ export type DefaultThemeConfig = {
* Locale's select text.
*/
selectText?: string;
/**
* aria label
*/
ariaLabel?: string;
/**
* Options for @vuepress/plugin-active-header-links.
*/
Expand Down

0 comments on commit a7b12bf

Please sign in to comment.