seat-editor 3.2.4 → 3.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -590,3 +590,33 @@ export declare const data4: ({
590
590
  status?: undefined;
591
591
  })[];
592
592
  export declare const extraComponent: any[];
593
+ export declare const data5: {
594
+ x: number;
595
+ y: number;
596
+ id: number;
597
+ fill: string;
598
+ shape: string;
599
+ width: number;
600
+ height: number;
601
+ labels: {
602
+ x: number;
603
+ y: number;
604
+ label: string;
605
+ fontSize: number;
606
+ fontColor: string;
607
+ }[];
608
+ opacity: number;
609
+ rotation: number;
610
+ seatCount: number;
611
+ uuid_table: string;
612
+ }[];
613
+ export declare const dummyExtra5: {
614
+ x: number;
615
+ y: number;
616
+ id: number;
617
+ src: string;
618
+ image: string;
619
+ shape: string;
620
+ width: number;
621
+ height: number;
622
+ }[];