Skip to content

Commit

Permalink
Merge pull request #68 from paul-vd/patch-1
Browse files Browse the repository at this point in the history
expose `LogViewerProps`
  • Loading branch information
nicolethoen authored Jun 27, 2024
2 parents 2b5daaf + 1b4cbb4 commit e46d403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/module/src/LogViewer/LogViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit e46d403

Please sign in to comment.