migrate transaction tag store to composition API and typescript

This commit is contained in:
MaysWind
2025-01-11 19:53:09 +08:00
parent dc59d3954a
commit ffae9e81a7
17 changed files with 427 additions and 375 deletions
+2
View File
@@ -12,3 +12,5 @@ export interface TypeAndDisplayName {
readonly type: number;
readonly displayName: string;
}
export type BeforeResolveFunction = (callback: () => void) => void;