UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

13 lines 406 B
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 BoothWithoutExhibitor: FC<BoothWithoutExhibitorProps>; export {}; //# sourceMappingURL=BoothWithoutExhibitor.d.ts.map