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
/
focus-outside
/
utils.d.ts
3 lines
(2 loc)
•
143 B
TypeScript
View Raw
1
2
3
export
declare
function
focusBind
(
el
:
any
,
callback
:
any
,
className
?:
string
):
void
;
export
declare
function
focusUnbind
(
target
:
any
):
void
;