UNPKG

@qite/tide-booking-component

Version:

React Booking wizard & Booking product component for Tide

9 lines (8 loc) 194 B
import React from 'react'; interface StepRouteProps { number: number; title: string; component: JSX.Element; } declare const StepRoute: React.FC<StepRouteProps>; export default StepRoute;