import {Drawer} from '@mantine/core';

Drawer.displayName = 'Drawer';
Drawer.Root.displayName = 'Drawer.Root';
Drawer.Overlay.displayName = 'Drawer.Overlay';
Drawer.Content.displayName = 'Drawer.Content';
Drawer.Body.displayName = 'Drawer.Body';
Drawer.Header.displayName = 'Drawer.Header';
Drawer.Title.displayName = 'Drawer.Title';
Drawer.CloseButton.displayName = 'Drawer.CloseButton';

export {Drawer, type DrawerFactory, type DrawerProps} from '@mantine/core';
