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,4 +1,5 @@
|
||||
import React from 'react';
|
||||
export declare const ItineraryTimeline: ({ onAddLocation }: {
|
||||
export declare const ItineraryTimeline: ({ onAddLocation, onEditLocation }: {
|
||||
onAddLocation?: (legId: string) => void;
|
||||
onEditLocation?: (location: any) => void;
|
||||
}) => React.JSX.Element;
|
||||
|
||||
Reference in New Issue
Block a user