export type PopoverProps<T extends object = object> = {
    className?: string
    transparent?: boolean
} & T
