Skip to content

Commit

Permalink
fix: add missing exports in all package
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeb committed Nov 14, 2024
1 parent e6a77ba commit e363041
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/all/src/form-input-radio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ export {
RadioItem,
RadioInput,
Radio,
RadioModes,
} from '@axa-fr/react-toolkit-form-input-radio';
8 changes: 7 additions & 1 deletion packages/all/src/modal-default.ts
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
export { default as Modal } from '@axa-fr/react-toolkit-modal-default';
export {
default as Modal,
Body as ModalBody,
Footer as ModalFooter,
Header as ModalHeader,
HeaderBase,
} from '@axa-fr/react-toolkit-modal-default';

0 comments on commit e363041

Please sign in to comment.