UNPKG

@qite/tide-booking-component

Version:

React Booking wizard & Booking product component for Tide

7 lines (6 loc) 209 B
import React from 'react'; interface ContentPageSelfContainedProps { path: string; } declare const ContentPageSelfContained: React.FC<ContentPageSelfContainedProps>; export default ContentPageSelfContained;