diff --git a/packages/react/components/Drawer.tsx b/packages/react/components/Drawer.tsx index 3cae47c..e2d082e 100644 --- a/packages/react/components/Drawer.tsx +++ b/packages/react/components/Drawer.tsx @@ -89,7 +89,7 @@ const [drawerOverlayVariant, resolveDrawerOverlayVariantProps] = vcn({ const DRAWER_OVERLAY_BACKDROP_FILTER_BRIGHTNESS = 0.3; interface DrawerOverlayProps - extends VariantProps, + extends Omit, "opened">, AsChild, ComponentPropsWithoutRef<"div"> {}