UNPKG

@qite/tide-booking-component

Version:

React Booking wizard & Booking product component for Tide

8 lines (7 loc) 191 B
import React from 'react'; interface SidebarProps { productName: string; thumbnailUrl?: string; } declare const SidebarContainer: React.FC<SidebarProps>; export default SidebarContainer;