We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2e380 commit 9bf9583Copy full SHA for 9bf9583
packages/@vuepress/theme-default/index.js
@@ -1,7 +1,7 @@
1
const path = require('path')
2
3
/**
4
- * @type {import('@vuepress/types').Theme)}
+ * @type {import('@vuepress/types').Theme<import('@vuepress/types').DefaultThemeConfig>}
5
*/
6
module.exports = (options, ctx) => {
7
const { themeConfig, siteConfig } = ctx
0 commit comments