react-toolbox/components/ripple/index.js

5 lines
142 B
JavaScript
Raw Normal View History

2016-05-28 16:37:10 +03:00
import rippleFactory from './Ripple.js';
import theme from './theme.scss';
export default (options) => rippleFactory({ ...options, theme });