🌈 搜索
📅  最后修改于: 2022-03-11 14:48:18.891000             🧑  作者: Mango
type MyProps = { name: string; } const CustomInput = forwardRef(props) => { // access your props and ref here }