Skip to content

Commit 4a91636

Browse files
committed
fix: export DialogTitle as AlertDialogTitle
1 parent 12d9cce commit 4a91636

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/components/alert/index.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@ export {
33
AlertDialogTrigger,
44
AlertDialogCancel,
55
AlertDialogAction,
6-
AlertDialogTitle,
7-
AlertDialogDescription,
6+
type AlertDialogProps,
7+
type AlertDialogTriggerProps,
8+
type AlertDialogCancelProps,
9+
type AlertDialogActionProps,
810
} from 'reka-ui'
911

12+
export {
13+
DialogTitle as AlertDialogTitle,
14+
DialogDescription as AlertDialogDescription,
15+
} from '../dialog'
16+
1017
export {
1118
default as AlertDialogContent,
1219
type AlertDialogContentProps,

0 commit comments

Comments
 (0)