UNPKG

@alilc/lowcode-editor-core

Version:

Core Api for Ali lowCode engine

12 lines (11 loc) 317 B
export declare function resolvePosition(popup: any, target: any, arrow: any, bounds: any, prefer: any): { dir: any; left: any; top: any; arrowLeft: any; arrowTop: any; }; export declare function resolveRelativePosition(align: any, popup: any, bounds: any): { top: string; left: string; };