How to define the type of the Input component ref after the React.forwardRef forwards the ref?

后端 未结 0 1024
被撕碎了的回忆
被撕碎了的回忆 2021-01-29 10:26

Code

import React, { forwardRef, useRef } from "react";

import { Input } from "antd";

const Child = forwardRef(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题