オブジェクトのValueとしてReactのComponentを渡す 2023/6/28 const obj = { hoge: ComponentName } const obj = { hoge: () => ComponentName({props}) }