UNPKG

@nex-ui/react

Version:

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

10 lines (7 loc) • 281 B
import * as react_jsx_runtime from '/home/runner/work/nex-ui/nex-ui/node_modules/@types/react/jsx-runtime.d.ts'; import { ModalProps } from './types.js'; declare const Modal: { (props: ModalProps): react_jsx_runtime.JSX.Element; displayName: string; }; export { Modal };