Skip to content

Commit a7b12bf

Browse files
committedJan 18, 2022
fix(types): missing ariaLabel at default theme config
1 parent a956e42 commit a7b12bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎packages/@vuepress/types/src/theme-default.ts

+4
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,10 @@ export type DefaultThemeConfig = {
262262
* Locale's select text.
263263
*/
264264
selectText?: string;
265+
/**
266+
* aria label
267+
*/
268+
ariaLabel?: string;
265269
/**
266270
* Options for @vuepress/plugin-active-header-links.
267271
*/

0 commit comments

Comments
 (0)
Please sign in to comment.