UNPKG

vue-material-adapter

Version:

Vue 3 wrapper arround Material Components for the Web

8 lines (6 loc) 224 B
import { BasePlugin } from '../base/index.js'; import mcwNotchedOutline from './notched-outline.js'; export default BasePlugin({ mcwNotchedOutline, }); export { default as mcwNotchedOutline } from './notched-outline.js';