UNPKG

ant-design-vue

Version:

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

34 lines (33 loc) 998 B
export namespace placements { namespace topLeft { export const points: string[]; export { autoAdjustOverflow as overflow }; export const offset: number[]; } namespace bottomLeft { const points_1: string[]; export { points_1 as points }; export { autoAdjustOverflow as overflow }; const offset_1: number[]; export { offset_1 as offset }; } namespace leftTop { const points_2: string[]; export { points_2 as points }; export { autoAdjustOverflow as overflow }; const offset_2: number[]; export { offset_2 as offset }; } namespace rightTop { const points_3: string[]; export { points_3 as points }; export { autoAdjustOverflow as overflow }; const offset_3: number[]; export { offset_3 as offset }; } } export default placements; declare namespace autoAdjustOverflow { const adjustX: number; const adjustY: number; }