UNPKG

react-svg-seatmap

Version:

React components that render a highly-customizable seatmap based on a provided SVG

3 lines (2 loc) 289 B
import { SeatmapAccordionProps } from './SeatmapAccordion.types'; export declare const SeatmapAccordion: ({ seats, selectedSeatIds, onClick, className, svg, displayGroupMapping, leftControls, rightControls, }: SeatmapAccordionProps) => import("react/jsx-runtime").JSX.Element | undefined;