fix: SW-1010 Optimized code

This commit is contained in:
Hrishikesh Vaipurkar
2024-11-27 11:51:48 +01:00
parent e4c58d2b30
commit 65f3ac7325
3 changed files with 2 additions and 4 deletions
@@ -3,5 +3,4 @@ import type { PopoverProps as RAPopoverProps } from "react-aria-components"
export interface PopoverProps extends Omit<RAPopoverProps, "children"> {
triggerContent: React.ReactNode
children: React.ReactNode
isNestedPopover?: boolean
}