UNPKG

react-svg-seatmap

Version:

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

10 lines (9 loc) 198 B
export interface Seat { id: number; cssSelector?: string; displayGroup?: string; selectionGroups?: Record<string, string | { value: string; parent: string; }>; }