UNPKG

vue-material-adapter

Version:

Vue 3 wrapper arround Material Components for the Web

8 lines (6 loc) 219 B
import { BasePlugin } from '../base/index.js'; import mcwFloatingLabel from './floating-label.js'; export default BasePlugin({ mcwFloatingLabel, }); export { default as mcwFloatingLabel } from './floating-label.js';