@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
16 lines (14 loc) • 537 B
JavaScript
import { __export } from "../../_virtual/rolldown_runtime.js";
import { CardBody, CardFooter, CardHeader, CardPropsContext, CardRoot, useCardPropsContext } from "./card.js";
//#region src/components/card/namespace.ts
var namespace_exports = /* @__PURE__ */ __export({
Body: () => CardBody,
Footer: () => CardFooter,
Header: () => CardHeader,
PropsContext: () => CardPropsContext,
Root: () => CardRoot,
usePropsContext: () => useCardPropsContext
});
//#endregion
export { namespace_exports };
//# sourceMappingURL=namespace.js.map