Sửa lỗi khi click vào dấu + để thêm chặng

This commit is contained in:
2026-06-14 09:37:40 +07:00
parent 14bf43487e
commit 4545bde8ec
13 changed files with 139 additions and 133 deletions
+3 -1
View File
@@ -1,2 +1,4 @@
import React from 'react';
export declare const ItineraryTimeline: () => React.JSX.Element;
export declare const ItineraryTimeline: ({ onAddLocation }: {
onAddLocation?: (legId: string) => void;
}) => React.JSX.Element;