react-svg-seatmap
Version:
React components that render a highly-customizable seatmap based on a provided SVG
3 lines (2 loc) • 303 B
TypeScript
import { SeatmapInputProps } from './SeatmapInput.types';
export declare const SeatmapInput: ({ seats, value, onChange, className, svg, displayGroupMapping, leftControls, rightControls, withDragSelection, withGroupSelection, }: SeatmapInputProps) => import("react/jsx-runtime").JSX.Element | undefined;