Skip to main content

Popover()

const Popover: (props) => null | ReactElement<unknown, string | JSXElementConstructor<any>>

THIS IS A GENERATED FILE. DO NOT ALTER DIRECTLY.

Parameters

props

Omit<PopoverProps, "children" | "className" | "style"> & BasePopoverProps & RefAttributes<HTMLElement>

Returns

null | ReactElement<unknown, string | JSXElementConstructor<any>>