Skip to content

Commit

Permalink
Add missing types exports
Browse files Browse the repository at this point in the history
  • Loading branch information
fhlavac committed Oct 5, 2023
1 parent c8980b6 commit bf84de9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/components/src/Ansible/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from '@patternfly/react-component-groups/dist/dynamic/Ansible';
export { default } from './Ansible';
export { default as Ansible } from './Ansible';
1 change: 1 addition & 0 deletions packages/components/src/Battery/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from '@patternfly/react-component-groups/dist/dynamic/Battery';
export { default } from './Battery';
export { default as Battery } from './Battery';
export { default as CriticalBattery } from './CriticalBattery';
Expand Down
1 change: 1 addition & 0 deletions packages/components/src/ErrorBoundary/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from '@patternfly/react-component-groups/dist/dynamic/ErrorBoundary';
export { default } from './ErrorBoundary';
export { default as ErrorBoundary } from './ErrorBoundary';
1 change: 1 addition & 0 deletions packages/components/src/ErrorState/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from '@patternfly/react-component-groups/dist/dynamic/ErrorState';
export { default } from './ErrorState';
export { default as ErrorState } from './ErrorState';
export { default as DefaultErrorMessage } from './DefaultErrorMessage';
2 changes: 1 addition & 1 deletion packages/components/src/LongTextTooltip/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from '@patternfly/react-component-groups/dist/dynamic/LongTextTooltip';
export { default } from './LongTextTooltip';
export { default as LongTextTooltip } from './LongTextTooltip';
export * from './LongTextTooltip';
1 change: 1 addition & 0 deletions packages/components/src/NotAuthorized/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from '@patternfly/react-component-groups/dist/dynamic/NotAuthorized';
export { default } from './NotAuthorized';
export { default as NotAuthorized } from './NotAuthorized';

0 comments on commit bf84de9

Please sign in to comment.