Skip to content

Commit

Permalink
fix: exporting header
Browse files Browse the repository at this point in the history
  • Loading branch information
fazil-eigthfold committed Aug 24, 2022
1 parent b235add commit aa4e187
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/Panel/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './Panel';
export * from './PanelHeader';
export * from './Panel.types';
8 changes: 7 additions & 1 deletion src/octuple.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,12 @@ import { Tooltip, TooltipTheme, TooltipSize } from './components/Tooltip';

import { MatchScore } from './components/MatchScore';

import { Panel, PanelPlacement, PanelSize } from './components/Panel';
import {
Panel,
PanelPlacement,
PanelSize,
PanelHeader,
} from './components/Panel';

import { Portal } from './components/Portal';

Expand Down Expand Up @@ -177,6 +182,7 @@ export {
Pagination,
PaginationLayoutOptions,
Panel,
PanelHeader,
PanelPlacement,
PanelSize,
PersistentBar,
Expand Down

0 comments on commit aa4e187

Please sign in to comment.