@expofp/floorplan
Version:
Interactive floor plan library for expos and events
9 lines • 337 B
TypeScript
import React from 'react';
import { type PlannerItem } from '../../store/RoutePlannerStore';
interface RoutePlannerStopItemProps {
item: PlannerItem;
isLast: boolean;
}
declare const RoutePlannerStopItem: React.FC<RoutePlannerStopItemProps>;
export default RoutePlannerStopItem;
//# sourceMappingURL=RoutePlannerStopItem.d.ts.map