UNPKG

vue-material-adapter

Version:

Vue 3 wrapper arround Material Components for the Web

8 lines (6 loc) 226 B
import { BasePlugin } from '../base/index.js'; import mcwLinearProgress from './linear-progress.vue'; export default BasePlugin({ mcwLinearProgress, }); export { default as mcwLinearProgress } from './linear-progress.vue';