Skip to content

Commit

Permalink
fix(AccordionBody): add AccordionBody to index exports (#6732)
Browse files Browse the repository at this point in the history
  • Loading branch information
auipga committed Dec 10, 2023
1 parent f466bf7 commit d34244b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.tsx
Expand Up @@ -11,6 +11,9 @@ export {
} from './AccordionButton';
export type { AccordionButtonProps } from './AccordionButton';

export { default as AccordionBody } from './AccordionBody';
export type { AccordionBodyProps } from './AccordionBody';

export { default as AccordionHeader } from './AccordionHeader';
export type { AccordionHeaderProps } from './AccordionHeader';

Expand Down

0 comments on commit d34244b

Please sign in to comment.