UNPKG

vue-material-adapter

Version:

Vue 3 wrapper arround Material Components for the Web

8 lines (6 loc) 201 B
import { BasePlugin } from '../base/index.js'; import mcwTopAppBar from './top-app-bar.js'; export default BasePlugin({ mcwTopAppBar, }); export { default as mcwTopAppBar } from './top-app-bar.js';