({displayText})
| 185 | displayText: string; |
| 186 | } |
| 187 | const DisplayerPanel: React.FC<IDisplayerPanelProps> = ({displayText}) => ( |
| 188 | <Typography variant="body2"> |
| 189 | <Markdown>{displayText}</Markdown> |
| 190 | </Typography> |
| 191 | ); |
| 192 | |
| 193 | interface IPluginInfo { |
| 194 | pluginInfo: IPlugin; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…