This commit is contained in:
zhoutc
2026-03-09 02:19:11 +08:00
parent bfd864bb2c
commit af08f469fb
3 changed files with 28 additions and 10 deletions

1
src/types/mitt.d.ts vendored
View File

@@ -24,6 +24,7 @@ declare type MittType<T = any> = {
onTagsViewRefreshRouterView?: T;
onCurrentContextmenuClick?: T;
openRoleSelectDialog?: string;
validateRoleFromUrl?: string;
};
// mitt 参数类型定义