UNPKG
legions-thirdparty-plugin
Version:
latest (0.0.9)
0.0.9
0.0.8
常用工具类操作方法
github.com/duanguang/lerna-legion-library.git
legions-thirdparty-plugin
/
types
/
utils
/
findWindow.d.ts
3 lines
(2 loc)
•
148 B
TypeScript
View Raw
1
2
3
/** 查找window 变量值,优先查找父级元素,如果没有找到 */
export
declare
function
findWindow
<
T
=
{}>(name:
string
): T |
null
;