UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

5 lines 364 B
import React from 'react'; import { type WayfindingFloorSelectorProps } from '../ui/WayfindingFloorSelector'; declare const WayfindingFloorSelectorContainer: ({ floors, floorSelectionLabel, ...rest }: WayfindingFloorSelectorProps) => React.JSX.Element; export default WayfindingFloorSelectorContainer; //# sourceMappingURL=WayfindingFloorSelectorContainer.d.ts.map