UNPKG

intro.js

Version:

User Onboarding and Product Walkthrough Library

6 lines (5 loc) 216 B
import { State } from "../../dom"; export type FloatingElementProps = { currentStep: State<number | undefined>; }; export declare const FloatingElement: ({ currentStep }: FloatingElementProps) => HTMLDivElement;