/** * The Dialog component provides a modal interface using the native HTML `` element. * It includes support for focus trapping, scroll prevention, and animations. * * @module Dialog */ export { Dialog, type DialogProps } from "./dialog";