UNPKG

vue-material-adapter

Version:

Vue 3 wrapper arround Material Components for the Web

12 lines (9 loc) 289 B
import { BasePlugin } from '../base/index.js'; import mcwListItem from './list-item.vue'; import mcwList from './list.js'; export { default as mcwListItem } from './list-item.vue'; export { default as mcwList } from './list.js'; export default BasePlugin({ mcwList, mcwListItem, });