Skip to content

Commit

Permalink
fix(types): add missing default theme config activeHeaderLinks
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Dec 24, 2021
1 parent 54bd159 commit 075ec62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/@vuepress/types/src/theme-default.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { PluginConfig4ActiveHeadLinks } from "./official-plugins";

/**
* Navbar link item.
*/
Expand Down Expand Up @@ -254,4 +256,8 @@ export type DefaultThemeConfig = {
* Locale's select text.
*/
selectText?: string;
/**
* Options for @vuepress/plugin-active-header-links.
*/
activeHeaderLinks?: boolean | PluginConfig4ActiveHeadLinks;
};

0 comments on commit 075ec62

Please sign in to comment.