Cài đặt tính năng quản lí người dùng cho admin
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
import React from 'react';
|
||||
interface UserManagementModalProps {
|
||||
isOpen: boolean;
|
||||
onClose: () => void;
|
||||
}
|
||||
export declare const UserManagementModal: React.FC<UserManagementModalProps>;
|
||||
export {};
|
||||
Reference in New Issue
Block a user