The common syntax for that is: const FancyButton = React.forwardRef((props, ref) => ( <button ref={ref} className="FancyButton">
確定! 回上一頁