@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
13 lines (10 loc) • 466 B
text/typescript
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';