score:0

found solution with csstext property.
it seems working, but actually typescript doesn't agree that such property exists...

<div style={{ csstext: `height: ${this.props.height + 1}px; height: calc(${this.props.height}px + var(--d));` }} />

Related Query

More Query from same tag