react-toolbox/components/ripple/index.js

5 lines
142 B
JavaScript

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