UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

9 lines (8 loc) 573 B
/** * Web Popover Component */ import type { ReactNode } from 'react'; import type { PopoverProps } from './types'; export type * from './types'; export default function Popover(props: PopoverProps): string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode>> | import("react/jsx-runtime").JSX.Element; export { default as getRefElement } from '../../shared/internal/getRefElement';