UNPKG

@nex-ui/react

Version:

🎉 A beautiful, modern, and reliable React component library.

11 lines (8 loc) • 343 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { ElementType } from 'react'; import { PopoverProps } from './types.js'; declare const Popover: { <RootComponent extends ElementType = DOMMotionComponents>(inProps: PopoverProps<RootComponent>): react_jsx_runtime.JSX.Element; displayName: string; }; export { Popover };