Skip to content

Commit 075ec62

Browse files
committed
fix(types): add missing default theme config activeHeaderLinks
1 parent 54bd159 commit 075ec62

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import { PluginConfig4ActiveHeadLinks } from "./official-plugins";
2+
13
/**
24
* Navbar link item.
35
*/
@@ -254,4 +256,8 @@ export type DefaultThemeConfig = {
254256
* Locale's select text.
255257
*/
256258
selectText?: string;
259+
/**
260+
* Options for @vuepress/plugin-active-header-links.
261+
*/
262+
activeHeaderLinks?: boolean | PluginConfig4ActiveHeadLinks;
257263
};

0 commit comments

Comments
 (0)