UNPKG

react-svg-seatmap

Version:

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

6 lines (5 loc) 136 B
import { ReactNode } from 'react'; export type SeatmapControl = ReactNode | { control: ReactNode; style: "default" | "none"; };