@vimeo/iris
Version:
Vimeo Design System
7 lines (6 loc) • 369 B
TypeScript
/// <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;
}