amis-rpc-design/node_modules/@rc-component/tour/es/util.d.ts

4 lines
267 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +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;