@carbon/react
Version:
React components for the Carbon Design System
23 lines (21 loc) • 804 B
JavaScript
/**
* Copyright IBM Corp. 2016, 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 { Dialog, DialogBody, DialogCloseButton, DialogControls, DialogFooter, DialogHeader, DialogSubtitle, DialogTitle } from "./Dialog.js";
//#region src/components/Dialog/index.tsx
var Dialog_exports = /* @__PURE__ */ __exportAll({
Dialog: () => Dialog,
DialogBody: () => DialogBody,
DialogCloseButton: () => DialogCloseButton,
DialogControls: () => DialogControls,
DialogFooter: () => DialogFooter,
DialogHeader: () => DialogHeader,
DialogSubtitle: () => DialogSubtitle,
DialogTitle: () => DialogTitle
});
//#endregion
export { Dialog_exports };