UNPKG

@krowdy-ui/core

Version:

React components that implement Google's Material Design.

13 lines (11 loc) 437 B
import _extends from "@babel/runtime/helpers/esm/extends"; import { withStyles as withStylesWithoutDefault } from '@krowdy-ui/styles'; import createTheme from './createTheme'; import krowdyTheme from './krowdyTheme'; const defaultTheme = createTheme(krowdyTheme); function withStyles(stylesOrCreator, options) { return withStylesWithoutDefault(stylesOrCreator, _extends({ defaultTheme }, options)); } export default withStyles;