diff --git a/packages/module/src/LogViewer/LogViewer.tsx b/packages/module/src/LogViewer/LogViewer.tsx index 127f101..7193f86 100644 --- a/packages/module/src/LogViewer/LogViewer.tsx +++ b/packages/module/src/LogViewer/LogViewer.tsx @@ -7,7 +7,7 @@ import { VariableSizeList as List, areEqual } from '../react-window'; import styles from '@patternfly/react-styles/css/components/LogViewer/log-viewer'; import AnsiUp from '../ansi_up/ansi_up'; -interface LogViewerProps { +export interface LogViewerProps { /** String or String Array data being sent by the consumer*/ data?: string | string[]; /** Consumer may turn off the visibility on the toolbar */