Files
copilot-toolbox-template-121/node_modules/@rc-component/tour/lib/placements.d.ts
2026-01-16 02:20:32 +00:00

5 lines
392 B
TypeScript

import type { BuildInPlacements } from '@rc-component/trigger';
export type PlacementType = 'left' | 'leftTop' | 'leftBottom' | 'right' | 'rightTop' | 'rightBottom' | 'top' | 'topLeft' | 'topRight' | 'bottom' | 'bottomLeft' | 'bottomRight' | 'center';
export declare function getPlacements(arrowPointAtCenter?: boolean): BuildInPlacements;
export declare const placements: BuildInPlacements;