オブジェクトのValueとしてReactのComponentを渡す

const obj = {
  hoge: ComponentName
}

const obj = {
  hoge: () => ComponentName({props})
}