UNPKG

@rc-component/tour

Version:
4 lines (3 loc) 267 B
import type { PlacementType } from './placements'; export declare function isInViewPort(element: HTMLElement): boolean; export declare function getPlacement(targetElement?: HTMLElement | null, placement?: PlacementType, stepPlacement?: PlacementType): PlacementType;