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