minishouyin/node_modules/@rc-component/tour/lib/util.d.ts

4 lines
267 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
import type { PlacementType } from './placements';
export declare function isInViewPort(element: HTMLElement): boolean;
export declare function getPlacement(targetElement?: HTMLElement | null, placement?: PlacementType, stepPlacement?: PlacementType): PlacementType;