UNPKG
@lisn.js/react
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
LISN.js for React.
lisnjs.github.io/lisn.js
lisnjs/lisn.js
@lisn.js/react
/
dist
/
cjs
/
util.d.ts
3 lines
•
174 B
TypeScript
View Raw
1
2
3
import
{
RefObject
}
from
"react"
;
export
declare
const
getElementsFromRefs
:
(
refs
?:
RefObject
<
Element
|
null
>[]
) =>
Element
[] |
undefined
;
//# sourceMappingURL=util.d.ts.map