@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
21 lines (19 loc) • 695 B
JavaScript
const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
const require_card = require('./card.cjs');
//#region src/components/card/namespace.ts
var namespace_exports = /* @__PURE__ */ require_rolldown_runtime.__export({
Body: () => require_card.CardBody,
Footer: () => require_card.CardFooter,
Header: () => require_card.CardHeader,
PropsContext: () => require_card.CardPropsContext,
Root: () => require_card.CardRoot,
usePropsContext: () => require_card.useCardPropsContext
});
//#endregion
Object.defineProperty(exports, 'namespace_exports', {
enumerable: true,
get: function () {
return namespace_exports;
}
});
//# sourceMappingURL=namespace.cjs.map