Tạo UI cho người dùng tạo Tour
This commit is contained in:
Vendored
+2
-1
@@ -1,7 +1,8 @@
|
||||
import React from 'react';
|
||||
import 'leaflet/dist/leaflet.css';
|
||||
export declare const ExploreMap: ({ onBack, onLogout, user }: {
|
||||
export declare const ExploreMap: ({ onBack, onLogout, user, onViewTour }: {
|
||||
onBack: () => void;
|
||||
onLogout?: () => void;
|
||||
user?: any;
|
||||
onViewTour: (id: string) => void;
|
||||
}) => React.JSX.Element;
|
||||
|
||||
Reference in New Issue
Block a user