Skip to content

Commit

Permalink
chore(theme-default): type comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Dec 23, 2021
1 parent 3e2e380 commit 9bf9583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vuepress/theme-default/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const path = require('path')

/**
* @type {import('@vuepress/types').Theme)}
* @type {import('@vuepress/types').Theme<import('@vuepress/types').DefaultThemeConfig>}
*/
module.exports = (options, ctx) => {
const { themeConfig, siteConfig } = ctx
Expand Down

0 comments on commit 9bf9583

Please sign in to comment.