/** * @description 判断是否进入可视区域 * allin 表示是否需要全部进入 */ declare const inview: (el: any, allin?: boolean) => boolean; export default inview;