open_in_new
content_copy
const Component = React.forwardRef<RefType, PropsType>((props, ref) => { return someComponent; });