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