@expofp/floorplan
Version:
Interactive floor plan library for expos and events
6 lines • 313 B
TypeScript
import { LevelBadgeProps } from '@expofp/ui';
import React from 'react';
type LevelBadgeContainerProps = Omit<LevelBadgeProps, 'levelLabel'>;
declare const LevelBadgeContainer: React.FunctionComponent<LevelBadgeContainerProps>;
export default LevelBadgeContainer;
//# sourceMappingURL=LevelBadgeContainer.d.ts.map