diff --git a/packages/solutions/app-tools/src/types/index.ts b/packages/solutions/app-tools/src/types/index.ts index 13e9cb19b73d..90f62853d8bf 100644 --- a/packages/solutions/app-tools/src/types/index.ts +++ b/packages/solutions/app-tools/src/types/index.ts @@ -84,3 +84,11 @@ export type AppToolsOptions = { * */ bundler?: 'rspack' | 'webpack' | 'experimental-rspack'; }; + +export type { + AppToolsExtendAPI, + AppToolsExtendContext, + AppToolsExtendHooks, + AppToolsContext, + AppToolsHooks, +} from './new';