@nex-ui/react
Version:
🎉 A beautiful, modern, and reliable React component library.
7 lines (4 loc) • 511 B
TypeScript
import * as react from 'react';
import { ModalCloseProps } from '../modal/types.js';
declare const DialogClose: ({ children }: ModalCloseProps) => 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 { DialogClose };