UNPKG

vue-material-adapter

Version:

Vue 3 wrapper arround Material Components for the Web

8 lines (6 loc) 199 B
import { BasePlugin } from '../base/index.js'; import mcwDataTable from './data-table.js'; export default BasePlugin({ mcwDataTable, }); export { default as mcwDataTable } from './data-table.js';