UNPKG

@qite/tide-booking-component

Version:

React Booking wizard & Booking product component for Tide

10 lines (9 loc) 218 B
import React from "react"; interface StepRoute { path?: string; number: number; title: string; component: JSX.Element; } declare const StepRoute: React.FC<StepRoute>; export default StepRoute;