Files
copilot-toolbox-sdfdsfds/node_modules/@rc-component/tour/es/util.d.ts
2026-01-16 01:51:36 +00:00

4 lines
267 B
TypeScript

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