feat(SW-612): Add popover component
This commit is contained in:
committed by
Christel Westerberg
parent
beb776bac9
commit
17df6d6c47
6
components/TempDesignSystem/Popover/popover.ts
Normal file
6
components/TempDesignSystem/Popover/popover.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { PopoverProps as RAPopoverProps } from "react-aria-components"
|
||||
|
||||
export interface PopoverProps extends Omit<RAPopoverProps, "children"> {
|
||||
triggerContent: React.ReactNode
|
||||
children: React.ReactNode
|
||||
}
|
||||
Reference in New Issue
Block a user