Skip to content

Commit 9bf9583

Browse files
committed
chore(theme-default): type comment
1 parent 3e2e380 commit 9bf9583

File tree

1 file changed

+1
-1
lines changed
  • packages/@vuepress/theme-default

1 file changed

+1
-1
lines changed

Diff for: packages/@vuepress/theme-default/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const path = require('path')
22

33
/**
4-
* @type {import('@vuepress/types').Theme)}
4+
* @type {import('@vuepress/types').Theme<import('@vuepress/types').DefaultThemeConfig>}
55
*/
66
module.exports = (options, ctx) => {
77
const { themeConfig, siteConfig } = ctx

0 commit comments

Comments
 (0)