UNPKG

vue-material-adapter

Version:

Vue 3 wrapper arround Material Components for the Web

12 lines (9 loc) 339 B
import { BasePlugin } from '../base/index.js'; import mcwSegment from './segment.vue'; import mcwSegmentedButton from './segmented-button.js'; export { default as mcwSegment } from './segment.vue'; export { default as mcwSegmentedButton } from './segmented-button.js'; export default BasePlugin({ mcwSegmentedButton, mcwSegment, });