diff --git a/packages/@vuepress/types/src/index.ts b/packages/@vuepress/types/src/index.ts index 8260dd9b37..ede2bf2a92 100644 --- a/packages/@vuepress/types/src/index.ts +++ b/packages/@vuepress/types/src/index.ts @@ -7,3 +7,5 @@ export * from './theme-default' export * from './theme' export * from './plugin' export * from './plugin-api' +export * from "./third-party-plugins" +export * from "./official-plugins"