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
| Prop | Type | Required | Default | Description |
|---|---|---|---|---|
| company | PrivateApiAccountType.Account | Yes | Account type |