@expofp/floorplan
Version:
Interactive floor plan library for expos and events
5 lines • 345 B
TypeScript
import { type WayfindingFloorSelectorProps } from '@expofp/ui';
import React from 'react';
declare const WayfindingFloorSelectorContainer: ({ floors, floorSelectionLabel, ...rest }: WayfindingFloorSelectorProps) => React.JSX.Element;
export default WayfindingFloorSelectorContainer;
//# sourceMappingURL=WayfindingFloorSelectorContainer.d.ts.map