Skip to main content

Research Report

A shared package Research Report component

Usage

The module has been imported into our root npm package. All you have to do is import it into your module.

import React from 'react'
import { ResearchReport } from '@shared/research-report'

const ResearchReportPanel = ({ account }) => {
return <ResearchReport company={account} />
}

Props

PropTypeRequiredDefaultDescription
companyPrivateApiAccountType.AccountYesAccount type