5 lines
159 B
TypeScript
5 lines
159 B
TypeScript
import React from 'react';
|
|
export declare const ItineraryTimeline: ({ onAddLocation }: {
|
|
onAddLocation?: (legId: string) => void;
|
|
}) => React.JSX.Element;
|