Bổ sung tính năng sửa chữa, cập nhật địa điểm trong chặng
This commit is contained in:
Vendored
+2
-1
@@ -1,7 +1,8 @@
|
||||
import React from 'react';
|
||||
export declare const AddLocationModal: ({ isOpen, onClose, tourId, initialLegId }: {
|
||||
export declare const AddLocationModal: ({ isOpen, onClose, tourId, initialLegId, editingLocation }: {
|
||||
isOpen: boolean;
|
||||
onClose: () => void;
|
||||
tourId: string;
|
||||
initialLegId?: string;
|
||||
editingLocation?: any;
|
||||
}) => React.JSX.Element;
|
||||
|
||||
Reference in New Issue
Block a user