@carbon/ibm-products
Version:
Carbon for IBM Products
26 lines (24 loc) • 771 B
JavaScript
/**
* Copyright IBM Corp. 2020, 2026
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
import { __exportAll } from "../../../_virtual/_rolldown/runtime.js";
import { CardHeader } from "./CardHeader.js";
import { CardBody } from "./CardBody.js";
import { CardFooter } from "./CardFooter.js";
import { Body, Card, Footer, Header, Root } from "./Card.js";
//#region src/components/Card/next/index.ts
var next_exports = /* @__PURE__ */ __exportAll({
Body: () => Body,
Card: () => Card,
CardBody: () => CardBody,
CardFooter: () => CardFooter,
CardHeader: () => CardHeader,
Footer: () => Footer,
Header: () => Header,
Root: () => Root
});
//#endregion
export { next_exports };