Skip to content

Commit

Permalink
fix: added missing ModalHeader exports to index (#6228)
Browse files Browse the repository at this point in the history
* converted to rtl.

* .

* Update AccordionButtonSpec.tsx

minor bug fixed.

* Update AccordionButtonSpec.tsx

minor changes

* Create AccordionButtonSpec.tsx

minor changes

* Update AccordionButtonSpec.tsx

minor changes

* Convert to rtl.

* added some files.

* Removed ModalContext.
  • Loading branch information
VibhorJaiswal committed Feb 4, 2022
1 parent 32dfb41 commit 3332da9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.tsx
Expand Up @@ -112,9 +112,13 @@ export { default as Modal } from './Modal';
export type { ModalProps } from './Modal';

export { default as ModalBody } from './ModalBody';

export { default as ModalDialog } from './ModalDialog';
export type { ModalDialogProps } from './ModalDialog';

export { default as ModalHeader } from './ModalHeader';
export type { ModalHeaderProps } from './ModalHeader';

export { default as ModalFooter } from './ModalFooter';
export { default as ModalTitle } from './ModalTitle';
export { default as Nav } from './Nav';
Expand Down

0 comments on commit 3332da9

Please sign in to comment.