interface Props { loading?: boolean } export default function WithPrintLog<P extends {}>(InnerComponent: React.ComponentType<P>) { return ...
確定! 回上一頁