UNPKG

shineout

Version:

Shein 前端组件库

10 lines (9 loc) 334 B
import { PopoverPositionType } from '../../Popover/Props'; interface PositionInfo { top?: number; left?: number; right?: number; bottom?: number; } export declare const getPosition: (position: PopoverPositionType, el: HTMLElement, container?: HTMLElement | undefined) => Record<keyof PositionInfo, string>; export {};