@expofp/floorplan
Version:
Interactive floor plan library for expos and events
13 lines • 386 B
TypeScript
import { FC } from 'react';
import { RegularBooth } from '../../store/BoothStore';
interface BoothWithoutExhibitorProps {
booth: RegularBooth;
description: string;
showBuy: boolean;
showReserve: boolean;
isRebooking: boolean;
level?: string;
}
export declare const BoothOnHold: FC<BoothWithoutExhibitorProps>;
export {};
//# sourceMappingURL=BoothOnHold.d.ts.map