first commit
This commit is contained in:
4
frontend/node_modules/@rc-component/tour/es/placements.d.ts
generated
vendored
Normal file
4
frontend/node_modules/@rc-component/tour/es/placements.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user