UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

8 lines 261 B
import { type FC } from 'react'; import { type SpecialBooth } from '../../store/BoothStore'; interface BoothSpecialProps { booth: SpecialBooth; } export declare const BoothSpecial: FC<BoothSpecialProps>; export {}; //# sourceMappingURL=BoothSpecial.d.ts.map