UNPKG

legions-thirdparty-plugin

Version:
3 lines (2 loc) 148 B
/** 查找window 变量值,优先查找父级元素,如果没有找到 */ export declare function findWindow<T = {}>(name: string): T | null;