From 7aeff349c9a1751271d6b895b4013a14af7ed775 Mon Sep 17 00:00:00 2001 From: chenhaoli Date: Fri, 24 Dec 2021 17:05:37 +0800 Subject: [PATCH] feat(types): expose all plugin types --- packages/@vuepress/types/src/index.ts | 2 ++ 1 file changed, 2 insertions(+) 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"