UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

13 lines (12 loc) 453 B
/** * Web Popover Component */ import React from 'react'; import type { PopoverProps } from './types'; export type * from './types'; declare function Popover(props: PopoverProps): string | number | boolean | import("react/jsx-runtime").JSX.Element | Iterable<React.ReactNode>; declare namespace Popover { var _supportsSpacingProps: boolean; } export default Popover; export { default as getRefElement } from '../../shared/internal/getRefElement';