react-svg-seatmap
Version:
React components that render a highly-customizable seatmap based on a provided SVG
3 lines (2 loc) • 327 B
TypeScript
import { GroupedSeatmapProps } from './GroupedSeatmap.types';
export declare const GroupedSeatmap: ({ availableSeats, selectedSeatIds, svg, displayGroupMapping, onSeatSelect, onSeatDeselect, rightControls, leftControls, withDragSelection, withGroupSelection, }: GroupedSeatmapProps) => import("react/jsx-runtime").JSX.Element;