UNPKG

react-svg-seatmap

Version:

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

3 lines (2 loc) 292 B
import { SeatmapInputProps } from './SeatmapInput.types'; export declare const SeatmapInput: ({ seats, value, onChange, svg, displayGroupMapping, leftControls, rightControls, withDragSelection, withGroupSelection, }: SeatmapInputProps) => import("react/jsx-runtime").JSX.Element | undefined;