Cài đặt tính năng quản lí người dùng cho admin
This commit is contained in:
Vendored
+3
-1
@@ -1,5 +1,7 @@
|
||||
import React from 'react';
|
||||
import 'leaflet/dist/leaflet.css';
|
||||
export declare const ExploreMap: ({ onBack }: {
|
||||
export declare const ExploreMap: ({ onBack, onLogout, user }: {
|
||||
onBack: () => void;
|
||||
onLogout?: () => void;
|
||||
user?: any;
|
||||
}) => React.JSX.Element;
|
||||
|
||||
Reference in New Issue
Block a user