UNPKG

@elacity-js/uikit

Version:

React / Material UI Design kit for Elacity project

19 lines (16 loc) 735 B
import { merge } from 'lodash'; import Button from './MuiButton.js'; import IconButton from './MuiIconButton.js'; import IconButton$1 from './MuiDialog.js'; import Paper from './MuiPaper.js'; import MainLayout from './Layout.js'; import Footer from './Footer.js'; import Card from './MuiCard.js'; import Typography from './MuiTypography.js'; import LinearProgress from './MuiLinearProgress.js'; import Popover from './MuiPopover.js'; function ComponentsOverrides(theme) { return merge(MainLayout(theme), Footer(), Button(theme), IconButton(theme), IconButton$1(theme), Paper(theme), Card(theme), LinearProgress(theme), Typography(), Popover(theme)); } export { ComponentsOverrides as default }; //# sourceMappingURL=index.js.map