UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

5 lines (4 loc) 394 B
import type { BuildInPlacements } from '../vc-trigger/interface'; 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;