Corner radius (with Horizontal and Vertical separated)

Is there a way to have more custom elliptical corner radius on elements in Figma? Right now, I only see the ability to change the size of a perfectly round corner - but CSS offers the ability to set the horizontal and vertical (x,y) separately. example:

.object {
border-radius: 5px / 25px;
}

If not, then I recommend this small improvement. I’ve needed it this week.