@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
15 lines (14 loc) • 574 B
JavaScript
import { noop } from '@mantine/core';
export * from '@mantine/carousel';
export * from '@mantine/core';
export { Pagination } from '@mantine/core';
export * from '@mantine/form';
export * from '@mantine/hooks';
export * from '@mantine/notifications';
export * from '@tanstack/table-core';
export * from './components';
export { noop };
// explicitly overriding mantine components
export { ActionIcon, BrowserPreview, Button, CopyToClipboard, Header, Menu, Modal, PasswordInput, Select, Table } from './components';
export * from './theme';
//# sourceMappingURL=index.js.map