Ref forwarding is a technique to automatically passing ref through a component to one of its children. This is usable in the scenario like re usable component in ReactJs. So How to use Forwardref with Typescript setup ? let's have a look
Understanding forwardRef
In React, forwardRef allows you