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