Tạo UI cho người dùng tạo Tour
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
import React from 'react';
|
||||
export declare const AddLocationModal: ({ isOpen, onClose, tourId }: {
|
||||
isOpen: boolean;
|
||||
onClose: () => void;
|
||||
tourId: string;
|
||||
}) => React.JSX.Element;
|
||||
Reference in New Issue
Block a user