UNPKG

@vimeo/iris

Version:
7 lines (6 loc) 369 B
/// <reference types="react" /> import type { Props } from './TourPoint.types'; export declare function TourPoint({ active, alt, attach, children, confirmation, dismission, content, getStepsTranslation, onClose, src, step, style, title, ...props }: Props): JSX.Element; export declare namespace TourPoint { var Motion: typeof import("./TourPoint.motion").Motion; }