UNPKG

@nex-ui/react

Version:

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

10 lines (7 loc) • 228 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { PopperProps } from './types.js'; declare const Popper: { (props: PopperProps): react_jsx_runtime.JSX.Element; displayName: string; }; export { Popper };