UNPKG

@payfit/unity-components

Version:

13 lines (12 loc) 324 B
import { jsx as e } from "react/jsx-runtime"; //#region src/components/card/parts/CardContent.tsx function t({ children: t, className: n }) { return /* @__PURE__ */ e("div", { className: n, "data-unity-slot": "card.content", children: t }); } t.displayName = "CardContent"; //#endregion export { t as CardContent };