diff --git a/packages/@vuepress/types/src/theme-default.ts b/packages/@vuepress/types/src/theme-default.ts index 7a63fb0015..c086041e2a 100644 --- a/packages/@vuepress/types/src/theme-default.ts +++ b/packages/@vuepress/types/src/theme-default.ts @@ -262,6 +262,10 @@ export type DefaultThemeConfig = { * Locale's select text. */ selectText?: string; + /** + * aria label + */ + ariaLabel?: string; /** * Options for @vuepress/plugin-active-header-links. */