fix: build

This commit is contained in:
Piyush Gupta
2025-04-08 11:07:25 +05:30
parent 99b0713800
commit f20b412a95

View File

@@ -24,13 +24,7 @@ DialogOverlay.displayName = DialogPrimitive.Overlay.displayName;
interface DialogContentProps
extends Pick<
ModalProps,
| "blur-sm"
| "noPadding"
| "size"
| "hideCloseButton"
| "closeOnOutsideClick"
| "title"
| "restrictOverflow"
"blur" | "noPadding" | "size" | "hideCloseButton" | "closeOnOutsideClick" | "title" | "restrictOverflow"
> {}
const sizeClassName = {