@nex-ui/react
Version:
🎉 A beautiful, modern, and reliable React component library.
7 lines (4 loc) • 516 B
TypeScript
import * as react from 'react';
import { PopperCloseProps } from '../popper/types.js';
declare const PopoverClose: ({ children }: PopperCloseProps) => string | number | bigint | boolean | Iterable<react.ReactNode> | Promise<string | number | bigint | boolean | react.ReactPortal | react.ReactElement<unknown, string | react.JSXElementConstructor<any>> | Iterable<react.ReactNode> | null | undefined> | react.ReactElement<any, string | react.JSXElementConstructor<any>> | null | undefined;
export { PopoverClose };