import * as React from "react";. const Forward = React.forwardRef((props, ref: React.Ref<HTMLDivElement>) => (. <div ref={ref} style={{ width: "100%", ...
確定! 回上一頁