nexpi-ui
Version:
An elegant and minimalist Next.js 14 component library
9 lines • 331 B
JavaScript
import { __assign, __rest } from "tslib";
import styles from './styles/Card.module.css';
import React from 'react';
var Card = function (_a) {
var props = __rest(_a, []);
return React.createElement("div", __assign({ className: styles.card }, props), props.children);
};
export default Card;
//# sourceMappingURL=Card.js.map