Skip to content

Commit

Permalink
Merge pull request #2107 from SpareBank1/develop_add-missing-exports
Browse files Browse the repository at this point in the history
fix(ffe-modals-react): add missing exports
  • Loading branch information
pethel authored Jun 24, 2024
2 parents 53ab99e + 8222d6b commit 0ace5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ffe-modals-react/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { Modal } from './Modal';
export { Modal, ModalHandle, ModalProps } from './Modal';
export { ModalBlock } from './ModalBlock';

0 comments on commit 0ace5ce

Please sign in to comment.