Thêm thành viên bằng địa chỉ email
This commit is contained in:
Vendored
+1
@@ -13,6 +13,7 @@ interface AddMemberModalProps {
|
||||
};
|
||||
}>;
|
||||
onRemoveMember?: (userId: string) => Promise<void>;
|
||||
onMemberAdded?: () => void;
|
||||
}
|
||||
export declare const AddMemberModal: React.FC<AddMemberModalProps>;
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user