UNPKG

vue-material-adapter

Version:

Vue 3 wrapper arround Material Components for the Web

8 lines (6 loc) 194 B
import { BasePlugin } from '../base/index.js'; import mcwCheckbox from './checkbox.vue'; export default BasePlugin({ mcwCheckbox, }); export { default as mcwCheckbox } from './checkbox.vue';