UNPKG

focus-pro

Version:

focus-pro 中台前端组件库

16 lines (15 loc) 434 B
export declare const getMaskStyle: (element: HTMLElement, container: HTMLElement) => { width?: undefined; height?: undefined; borderTopWidth?: undefined; borderLeftWidth?: undefined; borderBottomWidth?: undefined; borderRightWidth?: undefined; } | { width: number; height: number; borderTopWidth: number; borderLeftWidth: number; borderBottomWidth: number; borderRightWidth: number; };