Skip to content

Commit e46d403

Browse files
authored
Merge pull request #68 from paul-vd/patch-1
expose `LogViewerProps`
2 parents 2b5daaf + 1b4cbb4 commit e46d403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/src/LogViewer/LogViewer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { VariableSizeList as List, areEqual } from '../react-window';
77
import styles from '@patternfly/react-styles/css/components/LogViewer/log-viewer';
88
import AnsiUp from '../ansi_up/ansi_up';
99

10-
interface LogViewerProps {
10+
export interface LogViewerProps {
1111
/** String or String Array data being sent by the consumer*/
1212
data?: string | string[];
1313
/** Consumer may turn off the visibility on the toolbar */

0 commit comments

Comments
 (0)