UNPKG

vue-material-adapter

Version:

Vue 3 wrapper arround Material Components for the Web

8 lines (6 loc) 214 B
import { BasePlugin } from '../base/index.js'; import mcwMaterialIcon from './material-icon.js'; export default BasePlugin({ mcwMaterialIcon, }); export { default as mcwMaterialIcon } from './material-icon.js';