'use client';

import { DialogTitle } from "../../dialog/title/DialogTitle.js";
/**
 * A heading that labels the drawer.
 * Renders an `<h2>` element.
 *
 * Documentation: [Base UI Drawer](https://base-ui.com/react/components/drawer)
 */
export const DrawerTitle = DialogTitle;