UNPKG

vue-material-adapter

Version:

Vue 3 wrapper arround Material Components for the Web

8 lines (6 loc) 204 B
import { BasePlugin } from '../base/index.js'; import mcwLineRipple from './line-ripple.js'; export default BasePlugin({ mcwLineRipple, }); export { default as mcwLineRipple } from './line-ripple.js';