Skip to content

Commit

Permalink
fix(Modal): adding export for ActionModalContent
Browse files Browse the repository at this point in the history
  • Loading branch information
VadymBezpalko committed Aug 5, 2024
1 parent 3c36812 commit 0017ff8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-components/src/components/Modal/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export { ModalBase } from './components/ModalBase';
export { ModalCloseButton } from './components/ModalCloseButton';
export { ModalPortal } from './components/ModalPortal';
export { ModalHeader } from './components/ModalHeader';
export { ActionModalContent } from './components/ActionModalContent';

export type { ModalProps } from './Modal';
export type { ModalBaseProps } from './components/ModalBase';
Expand Down

0 comments on commit 0017ff8

Please sign in to comment.