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