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:
2026-06-14 10:16:09 +07:00
parent ec650fb45d
commit 838aec562f
19 changed files with 285 additions and 45 deletions
+2 -1
View File
@@ -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;