Skip to content

Commit

Permalink
fix(Modal): adding export for ActionModalContent (#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
VadymBezpalko authored Aug 5, 2024
1 parent 3c36812 commit 30a36a0
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 30a36a0

Please sign in to comment.