Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 4ef0227

Browse files
committed
fix: fix type
1 parent ba634f9 commit 4ef0227

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/ui/xconsole-error-center/src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ export { default as ErrorCenter2 } from './errorPrompt2';
66

77
// legacy api
88
export { ErrorPrompt } from './errorPrompt';
9-
export default ErrorCenter;
9+
export default ErrorCenter;
10+
11+
export * from './type'

packages/xconsole/xconsole.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"2.3.24"}
1+
{"version":"2.3.25"}

0 commit comments

Comments
 (0)