/** * The drawer component provides a sliding panel for secondary content. * * @packageDocumentation */ export { /** * The Drawer component. */ Drawer, /** * Props for the Drawer component. */ type DrawerProps } from "./drawer";