feat: refina portal/desktop para play responsável, anexos e perfil
This commit is contained in:
parent
c90e99820f
commit
4724255e79
1 changed files with 3 additions and 2 deletions
|
|
@ -10,6 +10,8 @@ const DialogTrigger = DialogPrimitive.Trigger
|
|||
|
||||
const DialogPortal = DialogPrimitive.Portal
|
||||
|
||||
const DialogClose = DialogPrimitive.Close
|
||||
|
||||
const DialogOverlay = React.forwardRef<
|
||||
React.ElementRef<typeof DialogPrimitive.Overlay>,
|
||||
React.ComponentPropsWithoutRef<typeof DialogPrimitive.Overlay>
|
||||
|
|
@ -70,6 +72,5 @@ const DialogDescription = React.forwardRef<
|
|||
))
|
||||
DialogDescription.displayName = DialogPrimitive.Description.displayName
|
||||
|
||||
export { Dialog, DialogTrigger, DialogContent, DialogHeader, DialogTitle, DialogDescription }
|
||||
export { Dialog, DialogTrigger, DialogContent, DialogHeader, DialogTitle, DialogDescription, DialogClose }
|
||||
export { DialogFooter }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue