diff --git a/packages/solutions/app-tools/src/types/index.ts b/packages/solutions/app-tools/src/types/index.ts index 46c336c4322c..16a09ba113a8 100644 --- a/packages/solutions/app-tools/src/types/index.ts +++ b/packages/solutions/app-tools/src/types/index.ts @@ -13,6 +13,7 @@ import type { } from './new'; import type { Bundler } from './utils'; +export type { CLIPluginExtends }; export * from './hooks'; export * from './config'; export * from './legacyConfig';