getElementSize
Signature
getElementSize: ({ el, horizontal, useFractionalSize, useOffset, style }: {
el: HTMLElement;
horizontal: boolean;
useFractionalSize: boolean;
useOffset: boolean;
style: CSSStyleDeclaration;
}) => number
getElementSize: ({ el, horizontal, useFractionalSize, useOffset, style }: {
el: HTMLElement;
horizontal: boolean;
useFractionalSize: boolean;
useOffset: boolean;
style: CSSStyleDeclaration;
}) => number