Skip to content

Commit 1b4833a

Browse files
committed
feat: export Rsbuild types
1 parent a186add commit 1b4833a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ export { logger } from './utils/logger';
1313

1414
export const version: string = RSLIB_VERSION;
1515

16+
export type * as Rsbuild from '@rsbuild/core';
1617
export * as rsbuild from '@rsbuild/core';
17-
export { type Rspack, rspack } from '@rsbuild/core';
18+
export { type RsbuildPlugin, type Rspack, rspack } from '@rsbuild/core';

0 commit comments

Comments
 (0)