import * as PopoverPrimitive from '@radix-ui/react-popover' import Content from './content' const Root = PopoverPrimitive.Root const Trigger = PopoverPrimitive.Trigger const Close = PopoverPrimitive.Close const Arrow = PopoverPrimitive.Arrow export { Root, Content, Trigger, Close, Arrow, Root as Popover }