Skip to content

Commit 6107317

Browse files
eirikbackermimarz
authored andcommitted
fix(Modal): export moodalroot (#2228)
- Modal was missing export for `ModalRoot`
1 parent db56bcb commit 6107317

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/brave-months-sleep.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@digdir/designsystemet-react": patch
3+
---
4+
5+
Modal: add missing ModalRoot export

packages/react/src/components/Modal/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Modal.Trigger.displayName = 'Modal.Trigger';
3939

4040
export {
4141
Modal,
42+
ModalRoot,
4243
ModalContent,
4344
ModalFooter,
4445
ModalHeader,

0 commit comments

Comments
 (0)