@nex-ui/react
Version:
🎉 A beautiful, modern, and reliable React component library.
11 lines (8 loc) • 339 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import { ElementType } from 'react';
import { DialogProps } from './types.js';
declare const Dialog: {
<RootComponent extends ElementType = DOMMotionComponents>(inProps: DialogProps<RootComponent>): react_jsx_runtime.JSX.Element;
displayName: string;
};
export { Dialog };