I want to get the line-height of the element in Rect after render and for this I'm using useRef
const titleLineHeight = titletext.current?.style.lineHeight;
and I didn't get any value in CSSStyleDeclaration
Im not sure how to get the values. Please help me
Thanks in advance :)