vue-material-adapter
Version:
Vue 3 wrapper arround Material Components for the Web
12 lines (9 loc) • 334 B
JavaScript
import { BasePlugin } from '../base/index.js';
import mcwSnackbarQueue from './snackbar-queue.js';
import mcwSnackbar from './snackbar.vue';
export { default as mcwSnackbarQueue } from './snackbar-queue.js';
export { default as mcwSnackbar } from './snackbar.vue';
export default BasePlugin({
mcwSnackbar,
mcwSnackbarQueue,
});