UNPKG
@nlabs/arkhamjs-utils-react
Version:
latest (3.32.7)
3.32.7
3.32.6
3.32.5
3.32.4
3.32.3
3.32.2
3.32.1
3.32.0
3.31.0
3.30.0
3.29.6
3.29.5
3.29.4
3.29.3
3.29.2
3.29.1
3.29.0
3.28.2
3.28.1
3.26.2
3.26.1
3.26.0
3.25.0
3.24.0
3.23.0
3.22.1
3.22.0
3.21.0
3.20.5
3.20.4
3.20.3
3.20.2
3.20.1
3.20.0
3.19.0
3.18.5
3.18.2
3.18.1
3.18.0
3.17.6
3.17.5
3.17.4
3.17.2
3.17.1
3.17.0
3.16.0
3.15.0
3.14.3
3.14.1
3.14.0
3.13.3
3.13.1
3.12.3
3.12.2
3.12.1
3.12.0
ArkhamJS React Utilities
arkhamjs.io
nitrogenlabs/arkhamjs
@nlabs/arkhamjs-utils-react
/
lib
/
useComponentSize.d.ts
6 lines
(5 loc)
•
159 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
getComponentSize
:
(
element
:
any
) =>
{
height
:
any
;
width
:
any
; };
export
declare
const
useComponentSize
:
(
component
:
any
) =>
any
;