UNPKG

intro.js

Version:

User Onboarding and Product Walkthrough Library

6 lines (5 loc) 157 B
import { Tour } from "../tour"; export type TourRootProps = { tour: Tour; }; export declare const TourRoot: ({ tour }: TourRootProps) => HTMLDivElement;