UNPKG

seatmap-painter

Version:

React-based UI tools for creating and painting groups on a provided SVG seatmap

4 lines (3 loc) 115 B
import { Seat } from 'react-svg-seatmap'; export type GroupedSeats = Record<string, Seat[]>; export type { Seat };