react-toolbox/components/ripple/index.js

5 lines
136 B
JavaScript

import rippleFactory from './Ripple';
import theme from './theme.css';
export default options => rippleFactory({ ...options, theme });