@expofp/floorplan
Version:
Interactive floor plan library for expos and events
10 lines • 312 B
TypeScript
import "./EventBadge.scss";
import React from "react";
import { type EventItem } from "../store/EventStore";
export interface EventBadgeProps {
event: EventItem;
className?: string;
}
declare const EventBadge: React.FC<EventBadgeProps>;
export default EventBadge;
//# sourceMappingURL=EventBadge.d.ts.map