# getWindow

获取元素所在框架 window 对象

import { getWindow } from '@hui-pro/utils';
getWindow(node);

# API

参数 说明 类型 默认值 可选值
node DOM 元素节点 Element - -