@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
12 lines (11 loc) • 465 B
JavaScript
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 } from '@mantine/core';
//# sourceMappingURL=Drawer.js.map