UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

9 lines 298 B
import "./LevelBadge.scss"; import React from "react"; export interface LevelBadgeProps { level: string; levelLabel: string; } declare const LevelBadge: ({ level, levelLabel }: LevelBadgeProps) => React.JSX.Element | null; export default LevelBadge; //# sourceMappingURL=LevelBadge.d.ts.map