@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
9 lines (8 loc) • 542 B
TypeScript
/**
* Web Popover Component
*/
import React from 'react';
import type { PopoverProps } from './types';
export type * from './types';
export default function Popover(props: PopoverProps): string | number | bigint | boolean | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode>> | import("react/jsx-runtime").JSX.Element;
export { default as getRefElement } from '../../shared/internal/getRefElement';