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