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 LandingPageProps {
|
||||
onContinue?: () => void;
|
||||
onGoToSignup?: () => void;
|
||||
onGoToMap?: () => void;
|
||||
onLoginSuccess?: (user: any) => void;
|
||||
isInitialSetup?: boolean;
|
||||
}
|
||||
export declare const LandingPage: React.FC<LandingPageProps>;
|
||||
|
||||
Reference in New Issue
Block a user