Thêm thành viên bằng địa chỉ email

This commit is contained in:
2026-06-14 18:27:12 +07:00
parent bb15b2bf15
commit d084e806a1
11 changed files with 262 additions and 61 deletions
+1
View File
@@ -13,6 +13,7 @@ interface AddMemberModalProps {
};
}>;
onRemoveMember?: (userId: string) => Promise<void>;
onMemberAdded?: () => void;
}
export declare const AddMemberModal: React.FC<AddMemberModalProps>;
export {};