first commit
This commit is contained in:
3
frontend/node_modules/@rc-component/tour/lib/util.d.ts
generated
vendored
Normal file
3
frontend/node_modules/@rc-component/tour/lib/util.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
import type { PlacementType } from './placements';
|
||||
export declare function isInViewPort(element: HTMLElement): boolean;
|
||||
export declare function getPlacement(targetElement?: HTMLElement | null, placement?: PlacementType, stepPlacement?: PlacementType): PlacementType;
|
||||
Reference in New Issue
Block a user