We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b5daaf + 1b4cbb4 commit e46d403Copy full SHA for e46d403
packages/module/src/LogViewer/LogViewer.tsx
@@ -7,7 +7,7 @@ import { VariableSizeList as List, areEqual } from '../react-window';
7
import styles from '@patternfly/react-styles/css/components/LogViewer/log-viewer';
8
import AnsiUp from '../ansi_up/ansi_up';
9
10
-interface LogViewerProps {
+export interface LogViewerProps {
11
/** String or String Array data being sent by the consumer*/
12
data?: string | string[];
13
/** Consumer may turn off the visibility on the toolbar */
0 commit comments