Cài đặt thành công tính năng người dùng đăng nhập
This commit is contained in:
Vendored
+1
@@ -3,6 +3,7 @@ interface LoginModalProps {
|
||||
isOpen: boolean;
|
||||
onClose: () => void;
|
||||
onSwitchToSignup?: () => void;
|
||||
onLoginSuccess?: (user: any) => void;
|
||||
}
|
||||
export declare const LoginModal: React.FC<LoginModalProps>;
|
||||
export {};
|
||||
|
||||
Reference in New Issue
Block a user