Skip to content

Commit

Permalink
feat: export new api type
Browse files Browse the repository at this point in the history
  • Loading branch information
caohuilin committed Dec 4, 2024
1 parent 4878404 commit e6552f7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/solutions/app-tools/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,11 @@ export type AppToolsOptions = {
* */
bundler?: 'rspack' | 'webpack' | 'experimental-rspack';
};

export type {
AppToolsExtendAPI,
AppToolsExtendContext,
AppToolsExtendHooks,
AppToolsContext,
AppToolsHooks,
} from './new';

0 comments on commit e6552f7

Please sign in to comment.