@expofp/floorplan
Version:
Interactive floor plan library for expos and events
9 lines • 370 B
TypeScript
import React from 'react';
import { Booth } from '../../store/BoothStore';
interface RoutePlannerStartPointProps {
startPoint: Booth | null;
onSelectStartPoint: (booth: Booth | null) => void;
}
declare const RoutePlannerStartPoint: React.FC<RoutePlannerStartPointProps>;
export default RoutePlannerStartPoint;
//# sourceMappingURL=RoutePlannerStartPoint.d.ts.map