We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d9cce commit 4a91636Copy full SHA for 4a91636
src/components/alert/index.ts
@@ -3,10 +3,17 @@ export {
3
AlertDialogTrigger,
4
AlertDialogCancel,
5
AlertDialogAction,
6
- AlertDialogTitle,
7
- AlertDialogDescription,
+ type AlertDialogProps,
+ type AlertDialogTriggerProps,
8
+ type AlertDialogCancelProps,
9
+ type AlertDialogActionProps,
10
} from 'reka-ui'
11
12
+export {
13
+ DialogTitle as AlertDialogTitle,
14
+ DialogDescription as AlertDialogDescription,
15
+} from '../dialog'
16
+
17
export {
18
default as AlertDialogContent,
19
type AlertDialogContentProps,
0 commit comments