UNPKG

tessitura-seatmap

Version:

Tessitura-integrated seatmap components, built with React and Mantine (includes SYOS).

12 lines (11 loc) 254 B
type SeatImageData = { url: string; facilityId: string; screenId: number; rowName: string; seatName: string; }; export declare const useViewFromSeat: (endpoint?: string) => { seatImages: SeatImageData[] | undefined; }; export {};