@tripian/react 9.1.37 → 9.1.39

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.
@@ -3,6 +3,7 @@ interface IBooking {
3
3
  fill?: string;
4
4
  color?: string;
5
5
  size?: string;
6
+ className?: string;
6
7
  }
7
8
  declare const Booking: React.FC<IBooking>;
8
9
  export default Booking;
@@ -3,6 +3,7 @@ interface IOffer {
3
3
  fill?: string;
4
4
  color?: string;
5
5
  size?: string;
6
+ className?: string;
6
7
  }
7
8
  declare const Offer: React.FC<IOffer>;
8
9
  export default Offer;
@@ -3,6 +3,7 @@ interface IOffer {
3
3
  fill?: string;
4
4
  color?: string;
5
5
  size?: string;
6
+ className?: string;
6
7
  }
7
8
  declare const Offer: React.FC<IOffer>;
8
9
  export default Offer;