UNPKG

intro.js

Version:

User Onboarding and Product Walkthrough Library

6 lines (5 loc) 160 B
import { Hint } from "../hint"; export type HintsRootProps = { hint: Hint; }; export declare const HintsRoot: ({ hint }: HintsRootProps) => HTMLDivElement;