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

Commit 472deeb

Browse files
committed
feat: add export the types
1 parent 2d24c9b commit 472deeb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/console-utils/xconsole-service/src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export * from './hooks/useService';
2+
export { ApiType, IOptions as ServiceOption } from './types'
23
export { default as useService } from './hooks/useService';
34
export { default as createService, request as defaultAxiosRequest } from './service';
45
export { setGetRegionIdFn } from './utils/index';

packages/xconsole/xconsole.json

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

0 commit comments

Comments
 (0)