UNPKG

can-can-word-bug

Version:

can-can-word-bug 是一个 TS 编写的工具库

11 lines (10 loc) 228 B
/** 判断元素是否可见 */ declare const isElementVisible: ( /** 目标元素 */ target: HTMLElement, /** * 容器元素 * @default document.body */ container?: HTMLElement) => boolean; export default isElementVisible;