Export DialogTitle
This commit is contained in:
parent
a3246efd4a
commit
cd2836a1cb
1 changed files with 1 additions and 0 deletions
|
|
@ -35,5 +35,6 @@ export const DialogContent = React.forwardRef<HTMLDivElement, Props>(
|
|||
)
|
||||
|
||||
export const Dialog = DialogPrimitive.Root
|
||||
export const DialogTitle = DialogPrimitive.Title
|
||||
export const DialogTrigger = DialogPrimitive.Trigger
|
||||
export const DialogClose = DialogPrimitive.Close
|
||||
|
|
|
|||
Loading…
Reference in a new issue