UNPKG
@piiano/forms
Version:
latest (2.4.3)
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.0
1.1.1
1.1.0
1.0.43
1.0.42
1.0.41
1.0.40
1.0.39
1.0.38
1.0.37
1.0.36
1.0.35
1.0.34
1.0.33
1.0.32
Piiano Forms SDK
github.com/piiano/vault-typescript
piiano/vault-typescript
@piiano/forms
/
dist
/
module
/
common
/
size.js
2 lines
(1 loc)
•
158 B
JavaScript
View Raw
1
2
function
o
(
n,t,e
){
new
ResizeObserver
(
()=>
{
const
{
height
:i,
width
:s}=e.
getBoundingClientRect
();
n
(t,{
height
:i,
width
:s})}).
observe
(e)}
export
{o
as
sendSizeEvents};