mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
feat: add types
This commit is contained in:
@@ -103,6 +103,6 @@ export const appStore = defineStore({
|
||||
},
|
||||
},
|
||||
});
|
||||
export function useAppStoreWithOut() {
|
||||
export function useAppStoreWithOut(): any {
|
||||
return appStore(store);
|
||||
}
|
||||
|
Reference in New Issue
Block a user